Html Css Color HEX #C08242 Brandy Punch

📋 copy color: '#C08242'

red 192 ◦ green 130 ◦ blue 66

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

Shades of Brandy Punch #C08242

Tints of Brandy Punch #C08242

RGB

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

 GREEN value IS 130 (51.17% from 255) = 33.51%

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

R = 49.48%
G = 33.51%
B = 17.01%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#C08242 (or 0xC08242) is known color: Brandy Punch. HEX triplet: C0, 82 and 42. RGB value is (192,130,66). Sum of RGB (Red+Green+Blue) = 192+130+66=388 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.48% from 388); Green value is 130 (51.17% from 255 or 33.51% from 388); Blue value is 66 (26.17% from 255 or 17.01% from 388); Max value from RGB is 192 - color contains mainly: red. Hex color #C08242 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08242 is #3F7DBD. Grayscale: #8D8D8D. Windows color (decimal): -4160958 or 4358848. OLE color: 4358848.

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

Color convert

RGB 192 130 66 -
CMYK 0 0.32 0.66 0.25
HSL 30.48º 0.5% 0.51% -
HSV(B) 30.48º 0.66% 0.75% -
XYZ 30.7 27.57 8.86 -
YUV 141.24 85.54 164.2 -
System Red Green Blue C M Y K H S L
Decimal 192 130 66 0 0.32 0.66 0.25 30.48 0.5 0.51
Hex C0 82 42 0 20 42 19 1E 32 33
Octal 300 202 102 0 40 102 31 36 62 63
Binary 11000000 10000010 1000010 0 100000 1000010 11001 11110 110010 110011

Color Harmonies of #C08242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08242

Black with #C08242

Text Example


Text Example

White with #C08242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08242; }

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

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

background-color css

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

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

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

border-color css

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

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

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