Html Css Color HEX #C57842 Brandy Punch

📋 copy color: '#C57842'

red 197 ◦ green 120 ◦ blue 66

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

Shades of Brandy Punch #C57842

Tints of Brandy Punch #C57842

RGB

 RED value IS 197 (77.34% from 255) = 51.44%

 GREEN value IS 120 (47.27% from 255) = 31.33%

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

R = 51.44%
G = 31.33%
B = 17.23%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.66

 K value IS 0.23

RGB Variations

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

Color information

#C57842 (or 0xC57842) is known color: Brandy Punch. HEX triplet: C5, 78 and 42. RGB value is (197,120,66). Sum of RGB (Red+Green+Blue) = 197+120+66=383 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.44% from 383); Green value is 120 (47.27% from 255 or 31.33% from 383); Blue value is 66 (26.17% from 255 or 17.23% from 383); Max value from RGB is 197 - color contains mainly: red. Hex color #C57842 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C57842 is #3A87BD. Grayscale: #898989. Windows color (decimal): -3835838 or 4356293. OLE color: 4356293.

HSL color Cylindrical-coordinate representation of color #C57842: hue angle of 24.73º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C57842 is Cyan = 0, Magento = 0.39, Yellow = 0.66 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 120 66 -
CMYK 0 0.39 0.66 0.23
HSL 24.73º 0.53% 0.52% -
HSV(B) 24.73º 0.66% 0.77% -
XYZ 30.73 25.7 8.49 -
YUV 136.87 88.01 170.89 -
System Red Green Blue C M Y K H S L
Decimal 197 120 66 0 0.39 0.66 0.23 24.73 0.53 0.52
Hex C5 78 42 0 27 42 17 19 35 34
Octal 305 170 102 0 47 102 27 31 65 64
Binary 11000101 1111000 1000010 0 100111 1000010 10111 11001 110101 110100

Color Harmonies of #C57842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57842

Black with #C57842

Text Example


Text Example

White with #C57842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57842; }

 p { color: rgb(197,120,66); }

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

background-color css

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

 a { background-color: rgb(197,120,66); }

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

border-color css

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

 span { border-color: rgb(197,120,66); }

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