Html Css Color HEX #C08145 Brandy Punch

📋 copy color: '#C08145'

red 192 ◦ green 129 ◦ blue 69

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

Shades of Brandy Punch #C08145

Tints of Brandy Punch #C08145

RGB

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

 GREEN value IS 129 (50.78% from 255) = 33.08%

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

R = 49.23%
G = 33.08%
B = 17.69%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#C08145 (or 0xC08145) is known color: Brandy Punch. HEX triplet: C0, 81 and 45. RGB value is (192,129,69). Sum of RGB (Red+Green+Blue) = 192+129+69=390 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.23% from 390); Green value is 129 (50.78% from 255 or 33.08% from 390); Blue value is 69 (27.34% from 255 or 17.69% from 390); Max value from RGB is 192 - color contains mainly: red. Hex color #C08145 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08145 is #3F7EBA. Grayscale: #8D8D8D. Windows color (decimal): -4161211 or 4555200. OLE color: 4555200.

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

Color convert

RGB 192 129 69 -
CMYK 0 0.33 0.64 0.25
HSL 29.27º 0.49% 0.51% -
HSV(B) 29.27º 0.64% 0.75% -
XYZ 30.66 27.34 9.29 -
YUV 141 87.37 164.38 -
System Red Green Blue C M Y K H S L
Decimal 192 129 69 0 0.33 0.64 0.25 29.27 0.49 0.51
Hex C0 81 45 0 21 40 19 1D 31 33
Octal 300 201 105 0 41 100 31 35 61 63
Binary 11000000 10000001 1000101 0 100001 1000000 11001 11101 110001 110011

Color Harmonies of #C08145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08145

Black with #C08145

Text Example


Text Example

White with #C08145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08145; }

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

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

background-color css

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

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

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

border-color css

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

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

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