Html Css Color HEX #C0984B Tussock

📋 copy color: '#C0984B'

red 192 ◦ green 152 ◦ blue 75

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

Shades of Tussock #C0984B

Tints of Tussock #C0984B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 17.9%

R = 45.82%
G = 36.28%
B = 17.9%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#C0984B (or 0xC0984B) is known color: Tussock. HEX triplet: C0, 98 and 4B. RGB value is (192,152,75). Sum of RGB (Red+Green+Blue) = 192+152+75=419 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.82% from 419); Green value is 152 (59.77% from 255 or 36.28% from 419); Blue value is 75 (29.69% from 255 or 17.90% from 419); Max value from RGB is 192 - color contains mainly: red. Hex color #C0984B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0984B is #3F67B4. Grayscale: #9B9B9B. Windows color (decimal): -4155317 or 4954304. OLE color: 4954304.

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

Color convert

RGB 192 152 75 -
CMYK 0 0.21 0.61 0.25
HSL 39.49º 0.48% 0.52% -
HSV(B) 39.49º 0.61% 0.75% -
XYZ 34.24 34.17 11.45 -
YUV 155.18 82.75 154.26 -
System Red Green Blue C M Y K H S L
Decimal 192 152 75 0 0.21 0.61 0.25 39.49 0.48 0.52
Hex C0 98 4B 0 15 3D 19 27 30 34
Octal 300 230 113 0 25 75 31 47 60 64
Binary 11000000 10011000 1001011 0 10101 111101 11001 100111 110000 110100

Color Harmonies of #C0984B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0984B

Black with #C0984B

Text Example


Text Example

White with #C0984B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0984B; }

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

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

background-color css

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

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

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

border-color css

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

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

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