Html Css Color HEX #CF9B4B Tussock

📋 copy color: '#CF9B4B'

red 207 ◦ green 155 ◦ blue 75

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

Shades of Tussock #CF9B4B

Tints of Tussock #CF9B4B

RGB

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

 GREEN value IS 155 (60.94% from 255) = 35.47%

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

R = 47.37%
G = 35.47%
B = 17.16%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.64

 K value IS 0.19

RGB Variations

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

Color information

#CF9B4B (or 0xCF9B4B) is known color: Tussock. HEX triplet: CF, 9B and 4B. RGB value is (207,155,75). Sum of RGB (Red+Green+Blue) = 207+155+75=437 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.37% from 437); Green value is 155 (60.94% from 255 or 35.47% from 437); Blue value is 75 (29.69% from 255 or 17.16% from 437); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9B4B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF9B4B is #3064B4. Grayscale: #A1A1A1. Windows color (decimal): -3171509 or 4955087. OLE color: 4955087.

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

Color convert

RGB 207 155 75 -
CMYK 0 0.25 0.64 0.19
HSL 36.36º 0.58% 0.55% -
HSV(B) 36.36º 0.64% 0.81% -
XYZ 38.72 37.22 11.8 -
YUV 161.43 79.23 160.5 -
System Red Green Blue C M Y K H S L
Decimal 207 155 75 0 0.25 0.64 0.19 36.36 0.58 0.55
Hex CF 9B 4B 0 19 40 13 24 3A 37
Octal 317 233 113 0 31 100 23 44 72 67
Binary 11001111 10011011 1001011 0 11001 1000000 10011 100100 111010 110111

Color Harmonies of #CF9B4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9B4B

Black with #CF9B4B

Text Example


Text Example

White with #CF9B4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9B4B; }

 p { color: rgb(207,155,75); }

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

background-color css

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

 a { background-color: rgb(207,155,75); }

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

border-color css

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

 span { border-color: rgb(207,155,75); }

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