Html Css Color HEX #C08345 Brandy Punch

📋 copy color: '#C08345'

red 192 ◦ green 131 ◦ blue 69

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

Shades of Brandy Punch #C08345

Tints of Brandy Punch #C08345

RGB

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

 GREEN value IS 131 (51.56% from 255) = 33.42%

 BLUE value IS 69 (27.34% from 255) = 17.6%

R = 48.98%
G = 33.42%
B = 17.6%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#C08345 (or 0xC08345) is known color: Brandy Punch. HEX triplet: C0, 83 and 45. RGB value is (192,131,69). Sum of RGB (Red+Green+Blue) = 192+131+69=392 (51% of max value = 765). Red value is 192 (75.39% from 255 or 48.98% from 392); Green value is 131 (51.56% from 255 or 33.42% from 392); Blue value is 69 (27.34% from 255 or 17.60% from 392); Max value from RGB is 192 - color contains mainly: red. Hex color #C08345 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08345 is #3F7CBA. Grayscale: #8E8E8E. Windows color (decimal): -4160699 or 4555712. OLE color: 4555712.

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

Color convert

RGB 192 131 69 -
CMYK 0 0.32 0.64 0.25
HSL 30.24º 0.49% 0.51% -
HSV(B) 30.24º 0.64% 0.75% -
XYZ 30.93 27.87 9.38 -
YUV 142.17 86.71 163.54 -
System Red Green Blue C M Y K H S L
Decimal 192 131 69 0 0.32 0.64 0.25 30.24 0.49 0.51
Hex C0 83 45 0 20 40 19 1E 31 33
Octal 300 203 105 0 40 100 31 36 61 63
Binary 11000000 10000011 1000101 0 100000 1000000 11001 11110 110001 110011

Color Harmonies of #C08345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08345

Black with #C08345

Text Example


Text Example

White with #C08345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08345; }

 p { color: rgb(192,131,69); }

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

background-color css

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

 a { background-color: rgb(192,131,69); }

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

border-color css

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

 span { border-color: rgb(192,131,69); }

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