Html Css Color HEX #C08C45 Tussock

📋 copy color: '#C08C45'

red 192 ◦ green 140 ◦ blue 69

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

Shades of Tussock #C08C45

Tints of Tussock #C08C45

RGB

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

 GREEN value IS 140 (55.08% from 255) = 34.91%

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

R = 47.88%
G = 34.91%
B = 17.21%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#C08C45 (or 0xC08C45) is known color: Tussock. HEX triplet: C0, 8C and 45. RGB value is (192,140,69). Sum of RGB (Red+Green+Blue) = 192+140+69=401 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.88% from 401); Green value is 140 (55.08% from 255 or 34.91% from 401); Blue value is 69 (27.34% from 255 or 17.21% from 401); Max value from RGB is 192 - color contains mainly: red. Hex color #C08C45 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08C45 is #3F73BA. Grayscale: #939393. Windows color (decimal): -4158395 or 4558016. OLE color: 4558016.

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

Color convert

RGB 192 140 69 -
CMYK 0 0.27 0.64 0.25
HSL 34.63º 0.49% 0.51% -
HSV(B) 34.63º 0.64% 0.75% -
XYZ 32.19 30.39 9.8 -
YUV 147.45 83.73 159.77 -
System Red Green Blue C M Y K H S L
Decimal 192 140 69 0 0.27 0.64 0.25 34.63 0.49 0.51
Hex C0 8C 45 0 1B 40 19 23 31 33
Octal 300 214 105 0 33 100 31 43 61 63
Binary 11000000 10001100 1000101 0 11011 1000000 11001 100011 110001 110011

Color Harmonies of #C08C45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08C45

Black with #C08C45

Text Example


Text Example

White with #C08C45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08C45; }

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

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

background-color css

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

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

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

border-color css

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

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

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