Html Css Color HEX #C27742 Brandy Punch

📋 copy color: '#C27742'

red 194 ◦ green 119 ◦ blue 66

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

Shades of Brandy Punch #C27742

Tints of Brandy Punch #C27742

RGB

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

 GREEN value IS 119 (46.88% from 255) = 31.4%

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

R = 51.19%
G = 31.4%
B = 17.41%

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

#C27742 (or 0xC27742) is known color: Brandy Punch. HEX triplet: C2, 77 and 42. RGB value is (194,119,66). Sum of RGB (Red+Green+Blue) = 194+119+66=379 (50% of max value = 765). Red value is 194 (76.17% from 255 or 51.19% from 379); Green value is 119 (46.88% from 255 or 31.40% from 379); Blue value is 66 (26.17% from 255 or 17.41% from 379); Max value from RGB is 194 - color contains mainly: red. Hex color #C27742 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C27742 is #3D88BD. Grayscale: #878787. Windows color (decimal): -4032702 or 4356034. OLE color: 4356034.

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

Color convert

RGB 194 119 66 -
CMYK 0 0.39 0.66 0.24
HSL 24.84º 0.51% 0.51% -
HSV(B) 24.84º 0.66% 0.76% -
XYZ 29.83 25.06 8.42 -
YUV 135.38 88.85 169.81 -
System Red Green Blue C M Y K H S L
Decimal 194 119 66 0 0.39 0.66 0.24 24.84 0.51 0.51
Hex C2 77 42 0 27 42 18 19 33 33
Octal 302 167 102 0 47 102 30 31 63 63
Binary 11000010 1110111 1000010 0 100111 1000010 11000 11001 110011 110011

Color Harmonies of #C27742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27742

Black with #C27742

Text Example


Text Example

White with #C27742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27742; }

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

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

background-color css

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

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

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

border-color css

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

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

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