Html Css Color HEX #C27642 Brandy Punch

📋 copy color: '#C27642'

red 194 ◦ green 118 ◦ blue 66

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

Shades of Brandy Punch #C27642

Tints of Brandy Punch #C27642

RGB

 RED value IS 194 (76.17% from 255) = 51.32%

 GREEN value IS 118 (46.48% from 255) = 31.22%

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

R = 51.32%
G = 31.22%
B = 17.46%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#C27642 (or 0xC27642) is known color: Brandy Punch. HEX triplet: C2, 76 and 42. RGB value is (194,118,66). Sum of RGB (Red+Green+Blue) = 194+118+66=378 (50% of max value = 765). Red value is 194 (76.17% from 255 or 51.32% from 378); Green value is 118 (46.48% from 255 or 31.22% from 378); Blue value is 66 (26.17% from 255 or 17.46% from 378); Max value from RGB is 194 - color contains mainly: red. Hex color #C27642 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C27642 is #3D89BD. Grayscale: #878787. Windows color (decimal): -4032958 or 4355778. OLE color: 4355778.

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

Color convert

RGB 194 118 66 -
CMYK 0 0.39 0.66 0.24
HSL 24.38º 0.51% 0.51% -
HSV(B) 24.38º 0.66% 0.76% -
XYZ 29.71 24.82 8.38 -
YUV 134.8 89.18 170.23 -
System Red Green Blue C M Y K H S L
Decimal 194 118 66 0 0.39 0.66 0.24 24.38 0.51 0.51
Hex C2 76 42 0 27 42 18 18 33 33
Octal 302 166 102 0 47 102 30 30 63 63
Binary 11000010 1110110 1000010 0 100111 1000010 11000 11000 110011 110011

Color Harmonies of #C27642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27642

Black with #C27642

Text Example


Text Example

White with #C27642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27642; }

 p { color: rgb(194,118,66); }

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

background-color css

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

 a { background-color: rgb(194,118,66); }

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

border-color css

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

 span { border-color: rgb(194,118,66); }

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