Html Css Color HEX #C38242 Brandy Punch

📋 copy color: '#C38242'

red 195 ◦ green 130 ◦ blue 66

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

Shades of Brandy Punch #C38242

Tints of Brandy Punch #C38242

RGB

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

 GREEN value IS 130 (51.17% from 255) = 33.25%

 BLUE value IS 66 (26.17% from 255) = 16.88%

R = 49.87%
G = 33.25%
B = 16.88%

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

#C38242 (or 0xC38242) is known color: Brandy Punch. HEX triplet: C3, 82 and 42. RGB value is (195,130,66). Sum of RGB (Red+Green+Blue) = 195+130+66=391 (51% of max value = 765). Red value is 195 (76.56% from 255 or 49.87% from 391); Green value is 130 (51.17% from 255 or 33.25% from 391); Blue value is 66 (26.17% from 255 or 16.88% from 391); Max value from RGB is 195 - color contains mainly: red. Hex color #C38242 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38242 is #3C7DBD. Grayscale: #8E8E8E. Windows color (decimal): -3964350 or 4358851. OLE color: 4358851.

HSL color Cylindrical-coordinate representation of color #C38242: hue angle of 29.77º 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 #C38242 is Cyan = 0, Magento = 0.33, Yellow = 0.66 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 130 66 -
CMYK 0 0.33 0.66 0.24
HSL 29.77º 0.52% 0.51% -
HSV(B) 29.77º 0.66% 0.76% -
XYZ 31.47 27.96 8.89 -
YUV 142.14 85.03 165.7 -
System Red Green Blue C M Y K H S L
Decimal 195 130 66 0 0.33 0.66 0.24 29.77 0.52 0.51
Hex C3 82 42 0 21 42 18 1E 34 33
Octal 303 202 102 0 41 102 30 36 64 63
Binary 11000011 10000010 1000010 0 100001 1000010 11000 11110 110100 110011

Color Harmonies of #C38242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38242

Black with #C38242

Text Example


Text Example

White with #C38242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38242; }

 p { color: rgb(195,130,66); }

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

background-color css

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

 a { background-color: rgb(195,130,66); }

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

border-color css

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

 span { border-color: rgb(195,130,66); }

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