Html Css Color HEX #CF994D Tussock

📋 copy color: '#CF994D'

red 207 ◦ green 153 ◦ blue 77

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

Shades of Tussock #CF994D

Tints of Tussock #CF994D

RGB

 RED value IS 207 (81.25% from 255) = 47.37%

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

 BLUE value IS 77 (30.47% from 255) = 17.62%

R = 47.37%
G = 35.01%
B = 17.62%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.63

 K value IS 0.19

RGB Variations

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

Color information

#CF994D (or 0xCF994D) is known color: Tussock. HEX triplet: CF, 99 and 4D. RGB value is (207,153,77). Sum of RGB (Red+Green+Blue) = 207+153+77=437 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.37% from 437); Green value is 153 (60.16% from 255 or 35.01% from 437); Blue value is 77 (30.47% from 255 or 17.62% from 437); Max value from RGB is 207 - color contains mainly: red. Hex color #CF994D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF994D is #3066B2. Grayscale: #A0A0A0. Windows color (decimal): -3172019 or 5085647. OLE color: 5085647.

HSL color Cylindrical-coordinate representation of color #CF994D: hue angle of 35.08º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CF994D is Cyan = 0, Magento = 0.26, Yellow = 0.63 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 153 77 -
CMYK 0 0.26 0.63 0.19
HSL 35.08º 0.58% 0.56% -
HSV(B) 35.08º 0.63% 0.81% -
XYZ 38.46 36.58 12.06 -
YUV 160.48 80.89 161.18 -
System Red Green Blue C M Y K H S L
Decimal 207 153 77 0 0.26 0.63 0.19 35.08 0.58 0.56
Hex CF 99 4D 0 1A 3F 13 23 3A 38
Octal 317 231 115 0 32 77 23 43 72 70
Binary 11001111 10011001 1001101 0 11010 111111 10011 100011 111010 111000

Color Harmonies of #CF994D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF994D

Black with #CF994D

Text Example


Text Example

White with #CF994D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF994D; }

 p { color: rgb(207,153,77); }

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

background-color css

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

 a { background-color: rgb(207,153,77); }

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

border-color css

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

 span { border-color: rgb(207,153,77); }

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