Html Css Color HEX #C07B42 Brandy Punch

📋 copy color: '#C07B42'

red 192 ◦ green 123 ◦ blue 66

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

Shades of Brandy Punch #C07B42

Tints of Brandy Punch #C07B42

RGB

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

 GREEN value IS 123 (48.44% from 255) = 32.28%

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

R = 50.39%
G = 32.28%
B = 17.32%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#C07B42 (or 0xC07B42) is known color: Brandy Punch. HEX triplet: C0, 7B and 42. RGB value is (192,123,66). Sum of RGB (Red+Green+Blue) = 192+123+66=381 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.39% from 381); Green value is 123 (48.44% from 255 or 32.28% from 381); Blue value is 66 (26.17% from 255 or 17.32% from 381); Max value from RGB is 192 - color contains mainly: red. Hex color #C07B42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07B42 is #3F84BD. Grayscale: #898989. Windows color (decimal): -4162750 or 4357056. OLE color: 4357056.

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

Color convert

RGB 192 123 66 -
CMYK 0 0.36 0.66 0.25
HSL 27.14º 0.5% 0.51% -
HSV(B) 27.14º 0.66% 0.75% -
XYZ 29.8 25.77 8.56 -
YUV 137.13 87.86 167.13 -
System Red Green Blue C M Y K H S L
Decimal 192 123 66 0 0.36 0.66 0.25 27.14 0.5 0.51
Hex C0 7B 42 0 24 42 19 1B 32 33
Octal 300 173 102 0 44 102 31 33 62 63
Binary 11000000 1111011 1000010 0 100100 1000010 11001 11011 110010 110011

Color Harmonies of #C07B42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07B42

Black with #C07B42

Text Example


Text Example

White with #C07B42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07B42; }

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

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

background-color css

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

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

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

border-color css

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

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

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