#CB944A

Color #CB944A Tussock (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tussock #CB944A

Tints of Tussock #CB944A

Color information

#CB944A (or 0xCB944A) is unknown color: approx Tussock. HEX triplet: CB, 94 and 4A. RGB value is (203,148,74). Sum of RGB (Red+Green+Blue) = 203+148+74=425 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.76% from 425); Green value is 148 (58.20% from 255 or 34.82% from 425); Blue value is 74 (29.30% from 255 or 17.41% from 425); Max value from RGB is 203 - color contains mainly: red. Hex color #CB944A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB944A is #346BB5. Grayscale: #9C9C9C. Windows color (decimal): -3435446 or 4887755. OLE color: 4887755.

HSL color Cylindrical-coordinate representation of color #CB944A: hue angle of 34.42º 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 #CB944A is Cyan = 0, Magento = 0.27, Yellow = 0.64 and Black (K on CMYK) = 0.20.

Color convert

RGB20314874-
CMYK00.270.640.20
HSL34.42º55.36%54.31%-
HSV(B)34.42º63.55%79.61%-
XYZ36.4534.3711.19-
YUV156.0181.72161.52-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 47.76%
GREEN value IS 148 (58.20% from 255) = 34.82%
BLUE value IS 74 (29.30% from 255) = 17.41%
R=47.76%
G=34.82%
B=17.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.64
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031487400.270.640.2034.4255.3654.31
HexCB944A01B4014223736
Octal31322411203310024426766
Binary11001011100101001001010011011100000010100100010110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB944A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB944A; }

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

 H1.HeaderClassName
 {
   color: #CB944A;
 }
 .AnyTagClassName
 {
   color: #CB944A;
 }
</style>
background-color css

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

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

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

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

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

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