Html Css Color HEX #C09848 Tussock

📋 copy color: '#C09848'

red 192 ◦ green 152 ◦ blue 72

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

Shades of Tussock #C09848

Tints of Tussock #C09848

RGB

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

 GREEN value IS 152 (59.77% from 255) = 36.54%

 BLUE value IS 72 (28.52% from 255) = 17.31%

R = 46.15%
G = 36.54%
B = 17.31%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.63

 K value IS 0.25

RGB Variations

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

Color information

#C09848 (or 0xC09848) is known color: Tussock. HEX triplet: C0, 98 and 48. RGB value is (192,152,72). Sum of RGB (Red+Green+Blue) = 192+152+72=416 (55% of max value = 765). Red value is 192 (75.39% from 255 or 46.15% from 416); Green value is 152 (59.77% from 255 or 36.54% from 416); Blue value is 72 (28.52% from 255 or 17.31% from 416); Max value from RGB is 192 - color contains mainly: red. Hex color #C09848 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09848 is #3F67B7. Grayscale: #9B9B9B. Windows color (decimal): -4155320 or 4757696. OLE color: 4757696.

HSL color Cylindrical-coordinate representation of color #C09848: hue angle of 40º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C09848 is Cyan = 0, Magento = 0.21, Yellow = 0.63 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 152 72 -
CMYK 0 0.21 0.63 0.25
HSL 40º 0.49% 0.52% -
HSV(B) 40º 0.63% 0.75% -
XYZ 34.14 34.13 10.92 -
YUV 154.84 81.25 154.5 -
System Red Green Blue C M Y K H S L
Decimal 192 152 72 0 0.21 0.63 0.25 40 0.49 0.52
Hex C0 98 48 0 15 3F 19 28 31 34
Octal 300 230 110 0 25 77 31 50 61 64
Binary 11000000 10011000 1001000 0 10101 111111 11001 101000 110001 110100

Color Harmonies of #C09848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09848

Black with #C09848

Text Example


Text Example

White with #C09848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09848; }

 p { color: rgb(192,152,72); }

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

background-color css

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

 a { background-color: rgb(192,152,72); }

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

border-color css

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

 span { border-color: rgb(192,152,72); }

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