Html Css Color HEX #CD994C Tussock

📋 copy color: '#CD994C'

red 205 ◦ green 153 ◦ blue 76

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

Shades of Tussock #CD994C

Tints of Tussock #CD994C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 17.51%

R = 47.24%
G = 35.25%
B = 17.51%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.63

 K value IS 0.20

RGB Variations

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

Color information

#CD994C (or 0xCD994C) is known color: Tussock. HEX triplet: CD, 99 and 4C. RGB value is (205,153,76). Sum of RGB (Red+Green+Blue) = 205+153+76=434 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.24% from 434); Green value is 153 (60.16% from 255 or 35.25% from 434); Blue value is 76 (30.08% from 255 or 17.51% from 434); Max value from RGB is 205 - color contains mainly: red. Hex color #CD994C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD994C is #3266B3. Grayscale: #A0A0A0. Windows color (decimal): -3303092 or 5020109. OLE color: 5020109.

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

Color convert

RGB 205 153 76 -
CMYK 0 0.25 0.63 0.20
HSL 35.81º 0.56% 0.55% -
HSV(B) 35.81º 0.63% 0.8% -
XYZ 37.87 36.28 11.84 -
YUV 159.77 80.73 160.26 -
System Red Green Blue C M Y K H S L
Decimal 205 153 76 0 0.25 0.63 0.20 35.81 0.56 0.55
Hex CD 99 4C 0 19 3F 14 24 38 37
Octal 315 231 114 0 31 77 24 44 70 67
Binary 11001101 10011001 1001100 0 11001 111111 10100 100100 111000 110111

Color Harmonies of #CD994C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD994C

Black with #CD994C

Text Example


Text Example

White with #CD994C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD994C; }

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

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

background-color css

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

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

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

border-color css

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

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

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