Html Css Color HEX #C07542 Brandy Punch

📋 copy color: '#C07542'

red 192 ◦ green 117 ◦ blue 66

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

Shades of Brandy Punch #C07542

Tints of Brandy Punch #C07542

RGB

 RED value IS 192 (75.39% from 255) = 51.2%

 GREEN value IS 117 (46.09% from 255) = 31.2%

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

R = 51.2%
G = 31.2%
B = 17.6%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#C07542 (or 0xC07542) is known color: Brandy Punch. HEX triplet: C0, 75 and 42. RGB value is (192,117,66). Sum of RGB (Red+Green+Blue) = 192+117+66=375 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.2% from 375); Green value is 117 (46.09% from 255 or 31.2% from 375); Blue value is 66 (26.17% from 255 or 17.6% from 375); Max value from RGB is 192 - color contains mainly: red. Hex color #C07542 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07542 is #3F8ABD. Grayscale: #858585. Windows color (decimal): -4164286 or 4355520. OLE color: 4355520.

HSL color Cylindrical-coordinate representation of color #C07542: hue angle of 24.29º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C07542 is Cyan = 0, Magento = 0.39, Yellow = 0.66 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 117 66 -
CMYK 0 0.39 0.66 0.25
HSL 24.29º 0.5% 0.51% -
HSV(B) 24.29º 0.66% 0.75% -
XYZ 29.08 24.32 8.32 -
YUV 133.61 89.85 169.65 -
System Red Green Blue C M Y K H S L
Decimal 192 117 66 0 0.39 0.66 0.25 24.29 0.5 0.51
Hex C0 75 42 0 27 42 19 18 32 33
Octal 300 165 102 0 47 102 31 30 62 63
Binary 11000000 1110101 1000010 0 100111 1000010 11001 11000 110010 110011

Color Harmonies of #C07542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07542

Black with #C07542

Text Example


Text Example

White with #C07542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07542; }

 p { color: rgb(192,117,66); }

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

background-color css

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

 a { background-color: rgb(192,117,66); }

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

border-color css

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

 span { border-color: rgb(192,117,66); }

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