Html Css Color HEX #C08F45 Tussock

📋 copy color: '#C08F45'

red 192 ◦ green 143 ◦ blue 69

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

Shades of Tussock #C08F45

Tints of Tussock #C08F45

RGB

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

 GREEN value IS 143 (56.25% from 255) = 35.4%

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

R = 47.52%
G = 35.4%
B = 17.08%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#C08F45 (or 0xC08F45) is known color: Tussock. HEX triplet: C0, 8F and 45. RGB value is (192,143,69). Sum of RGB (Red+Green+Blue) = 192+143+69=404 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.52% from 404); Green value is 143 (56.25% from 255 or 35.40% from 404); Blue value is 69 (27.34% from 255 or 17.08% from 404); Max value from RGB is 192 - color contains mainly: red. Hex color #C08F45 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08F45 is #3F70BA. Grayscale: #959595. Windows color (decimal): -4157627 or 4558784. OLE color: 4558784.

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

Color convert

RGB 192 143 69 -
CMYK 0 0.26 0.64 0.25
HSL 36.1º 0.49% 0.51% -
HSV(B) 36.1º 0.64% 0.75% -
XYZ 32.63 31.28 9.95 -
YUV 149.22 82.73 158.52 -
System Red Green Blue C M Y K H S L
Decimal 192 143 69 0 0.26 0.64 0.25 36.1 0.49 0.51
Hex C0 8F 45 0 1A 40 19 24 31 33
Octal 300 217 105 0 32 100 31 44 61 63
Binary 11000000 10001111 1000101 0 11010 1000000 11001 100100 110001 110011

Color Harmonies of #C08F45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08F45

Black with #C08F45

Text Example


Text Example

White with #C08F45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08F45; }

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

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

background-color css

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

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

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

border-color css

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

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

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