Html Css Color HEX #CD994E Tussock

📋 copy color: '#CD994E'

red 205 ◦ green 153 ◦ blue 78

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

Shades of Tussock #CD994E

Tints of Tussock #CD994E

RGB

 RED value IS 205 (80.47% from 255) = 47.02%

 GREEN value IS 153 (60.16% from 255) = 35.09%

 BLUE value IS 78 (30.86% from 255) = 17.89%

R = 47.02%
G = 35.09%
B = 17.89%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.62

 K value IS 0.20

RGB Variations

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

Color information

#CD994E (or 0xCD994E) is known color: Tussock. HEX triplet: CD, 99 and 4E. RGB value is (205,153,78). Sum of RGB (Red+Green+Blue) = 205+153+78=436 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.02% from 436); Green value is 153 (60.16% from 255 or 35.09% from 436); Blue value is 78 (30.86% from 255 or 17.89% from 436); Max value from RGB is 205 - color contains mainly: red. Hex color #CD994E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD994E is #3266B1. Grayscale: #A0A0A0. Windows color (decimal): -3303090 or 5151181. OLE color: 5151181.

HSL color Cylindrical-coordinate representation of color #CD994E: hue angle of 35.43º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CD994E is Cyan = 0, Magento = 0.25, Yellow = 0.62 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 153 78 -
CMYK 0 0.25 0.62 0.20
HSL 35.43º 0.56% 0.55% -
HSV(B) 35.43º 0.62% 0.8% -
XYZ 37.94 36.31 12.22 -
YUV 160 81.73 160.1 -
System Red Green Blue C M Y K H S L
Decimal 205 153 78 0 0.25 0.62 0.20 35.43 0.56 0.55
Hex CD 99 4E 0 19 3E 14 23 38 37
Octal 315 231 116 0 31 76 24 43 70 67
Binary 11001101 10011001 1001110 0 11001 111110 10100 100011 111000 110111

Color Harmonies of #CD994E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD994E

Black with #CD994E

Text Example


Text Example

White with #CD994E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD994E; }

 p { color: rgb(205,153,78); }

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

background-color css

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

 a { background-color: rgb(205,153,78); }

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

border-color css

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

 span { border-color: rgb(205,153,78); }

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