Html Css Color HEX #C38343 Brandy Punch

📋 copy color: '#C38343'

red 195 ◦ green 131 ◦ blue 67

#C38343
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brandy Punch #C38343

Tints of Brandy Punch #C38343

RGB

 RED value IS 195 (76.56% from 255) = 49.62%

 GREEN value IS 131 (51.56% from 255) = 33.33%

 BLUE value IS 67 (26.56% from 255) = 17.05%

R = 49.62%
G = 33.33%
B = 17.05%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.66

 K value IS 0.24

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C38343 (or 0xC38343) is known color: Brandy Punch. HEX triplet: C3, 83 and 43. RGB value is (195,131,67). Sum of RGB (Red+Green+Blue) = 195+131+67=393 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.62% from 393); Green value is 131 (51.56% from 255 or 33.33% from 393); Blue value is 67 (26.56% from 255 or 17.05% from 393); Max value from RGB is 195 - color contains mainly: red. Hex color #C38343 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38343 is #3C7CBC. Grayscale: #8F8F8F. Windows color (decimal): -3964093 or 4424643. OLE color: 4424643.

HSL color Cylindrical-coordinate representation of color #C38343: hue angle of 30º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C38343 is Cyan = 0, Magento = 0.33, Yellow = 0.66 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 131 67 -
CMYK 0 0.33 0.66 0.24
HSL 30º 0.52% 0.51% -
HSV(B) 30º 0.66% 0.76% -
XYZ 31.64 28.24 9.09 -
YUV 142.84 85.2 165.2 -
System Red Green Blue C M Y K H S L
Decimal 195 131 67 0 0.33 0.66 0.24 30 0.52 0.51
Hex C3 83 43 0 21 42 18 1E 34 33
Octal 303 203 103 0 41 102 30 36 64 63
Binary 11000011 10000011 1000011 0 100001 1000010 11000 11110 110100 110011

Color Harmonies of #C38343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38343

Black with #C38343

Text Example


Text Example

White with #C38343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38343; }

 p { color: rgb(195,131,67); }

 H1.HeaderClassName
 {
   color: #C38343;
 }
 .AnyTagClassName
 {
   color: #C38343;
 }
</style>

background-color css

<style>
 a { background-color: #C38343; }

 a { background-color: rgb(195,131,67); }

 div.DivClassName
 {
   background-color: #C38343;
 }
 .BgClassName
 {
   background-color: #C38343;
 }
</style>

border-color css

<style>
 span { border-color: #C38343; }

 span { border-color: rgb(195,131,67); }

 td.TdClassName
 {
   border-color: #C38343;
 }
 .TagClassName
 {
   border-color: #C38343;
 }
</style>