Html Css Color HEX #CB994B Tussock

📋 copy color: '#CB994B'

red 203 ◦ green 153 ◦ blue 75

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

Shades of Tussock #CB994B

Tints of Tussock #CB994B

RGB

 RED value IS 203 (79.69% from 255) = 47.1%

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

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

R = 47.1%
G = 35.5%
B = 17.4%

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

#CB994B (or 0xCB994B) is known color: Tussock. HEX triplet: CB, 99 and 4B. RGB value is (203,153,75). Sum of RGB (Red+Green+Blue) = 203+153+75=431 (57% of max value = 765). Red value is 203 (79.69% from 255 or 47.10% from 431); Green value is 153 (60.16% from 255 or 35.50% from 431); Blue value is 75 (29.69% from 255 or 17.40% from 431); Max value from RGB is 203 - color contains mainly: red. Hex color #CB994B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB994B is #3466B4. Grayscale: #9F9F9F. Windows color (decimal): -3434165 or 4954571. OLE color: 4954571.

HSL color Cylindrical-coordinate representation of color #CB994B: hue angle of 36.56º degrees, saturation: 0.55, 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 #CB994B is Cyan = 0, Magento = 0.25, Yellow = 0.63 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 153 75 -
CMYK 0 0.25 0.63 0.20
HSL 36.56º 0.55% 0.55% -
HSV(B) 36.56º 0.63% 0.8% -
XYZ 37.29 35.99 11.64 -
YUV 159.06 80.57 159.34 -
System Red Green Blue C M Y K H S L
Decimal 203 153 75 0 0.25 0.63 0.20 36.56 0.55 0.55
Hex CB 99 4B 0 19 3F 14 25 37 37
Octal 313 231 113 0 31 77 24 45 67 67
Binary 11001011 10011001 1001011 0 11001 111111 10100 100101 110111 110111

Color Harmonies of #CB994B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB994B

Black with #CB994B

Text Example


Text Example

White with #CB994B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB994B; }

 p { color: rgb(203,153,75); }

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

background-color css

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

 a { background-color: rgb(203,153,75); }

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

border-color css

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

 span { border-color: rgb(203,153,75); }

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