Html Css Color HEX #C08E44 Tussock

📋 copy color: '#C08E44'

red 192 ◦ green 142 ◦ blue 68

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

Shades of Tussock #C08E44

Tints of Tussock #C08E44

RGB

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

 GREEN value IS 142 (55.86% from 255) = 35.32%

 BLUE value IS 68 (26.95% from 255) = 16.92%

R = 47.76%
G = 35.32%
B = 16.92%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.65

 K value IS 0.25

RGB Variations

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

Color information

#C08E44 (or 0xC08E44) is known color: Tussock. HEX triplet: C0, 8E and 44. RGB value is (192,142,68). Sum of RGB (Red+Green+Blue) = 192+142+68=402 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.76% from 402); Green value is 142 (55.86% from 255 or 35.32% from 402); Blue value is 68 (26.95% from 255 or 16.92% from 402); Max value from RGB is 192 - color contains mainly: red. Hex color #C08E44 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08E44 is #3F71BB. Grayscale: #949494. Windows color (decimal): -4157884 or 4492992. OLE color: 4492992.

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

Color convert

RGB 192 142 68 -
CMYK 0 0.26 0.65 0.25
HSL 35.81º 0.5% 0.51% -
HSV(B) 35.81º 0.65% 0.75% -
XYZ 32.45 30.97 9.74 -
YUV 148.51 82.57 159.02 -
System Red Green Blue C M Y K H S L
Decimal 192 142 68 0 0.26 0.65 0.25 35.81 0.5 0.51
Hex C0 8E 44 0 1A 41 19 24 32 33
Octal 300 216 104 0 32 101 31 44 62 63
Binary 11000000 10001110 1000100 0 11010 1000001 11001 100100 110010 110011

Color Harmonies of #C08E44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08E44

Black with #C08E44

Text Example


Text Example

White with #C08E44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08E44; }

 p { color: rgb(192,142,68); }

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

background-color css

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

 a { background-color: rgb(192,142,68); }

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

border-color css

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

 span { border-color: rgb(192,142,68); }

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