Html Css Color HEX #CB984A Tussock

📋 copy color: '#CB984A'

red 203 ◦ green 152 ◦ blue 74

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

Shades of Tussock #CB984A

Tints of Tussock #CB984A

RGB

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

 GREEN value IS 152 (59.77% from 255) = 35.43%

 BLUE value IS 74 (29.3% from 255) = 17.25%

R = 47.32%
G = 35.43%
B = 17.25%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.64

 K value IS 0.20

RGB Variations

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

Color information

#CB984A (or 0xCB984A) is known color: Tussock. HEX triplet: CB, 98 and 4A. RGB value is (203,152,74). Sum of RGB (Red+Green+Blue) = 203+152+74=429 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.32% from 429); Green value is 152 (59.77% from 255 or 35.43% from 429); Blue value is 74 (29.30% from 255 or 17.25% from 429); Max value from RGB is 203 - color contains mainly: red. Hex color #CB984A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB984A is #3467B5. Grayscale: #9E9E9E. Windows color (decimal): -3434422 or 4888779. OLE color: 4888779.

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

Color convert

RGB 203 152 74 -
CMYK 0 0.25 0.64 0.20
HSL 36.28º 0.55% 0.54% -
HSV(B) 36.28º 0.64% 0.8% -
XYZ 37.09 35.65 11.4 -
YUV 158.36 80.4 159.84 -
System Red Green Blue C M Y K H S L
Decimal 203 152 74 0 0.25 0.64 0.20 36.28 0.55 0.54
Hex CB 98 4A 0 19 40 14 24 37 36
Octal 313 230 112 0 31 100 24 44 67 66
Binary 11001011 10011000 1001010 0 11001 1000000 10100 100100 110111 110110

Color Harmonies of #CB984A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB984A

Black with #CB984A

Text Example


Text Example

White with #CB984A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB984A; }

 p { color: rgb(203,152,74); }

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

background-color css

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

 a { background-color: rgb(203,152,74); }

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

border-color css

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

 span { border-color: rgb(203,152,74); }

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