#CB924A

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

Shades of Tussock #CB924A

Tints of Tussock #CB924A

Color information

#CB924A (or 0xCB924A) is unknown color: approx Tussock. HEX triplet: CB, 92 and 4A. RGB value is (203,146,74). Sum of RGB (Red+Green+Blue) = 203+146+74=423 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.99% from 423); Green value is 146 (57.42% from 255 or 34.52% from 423); Blue value is 74 (29.30% from 255 or 17.49% from 423); Max value from RGB is 203 - color contains mainly: red. Hex color #CB924A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB924A is #346DB5. Grayscale: #9B9B9B. Windows color (decimal): -3435958 or 4887243. OLE color: 4887243.

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

Color convert

RGB20314674-
CMYK00.280.640.20
HSL33.49º55.36%54.31%-
HSV(B)33.49º63.55%79.61%-
XYZ36.1433.7511.09-
YUV154.8482.38162.35-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 47.99%
GREEN value IS 146 (57.42% from 255) = 34.52%
BLUE value IS 74 (29.30% from 255) = 17.49%
R=47.99%
G=34.52%
B=17.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.64
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031467400.280.640.2033.4955.3654.31
HexCB924A01C4014213736
Octal31322211203410024416766
Binary11001011100100101001010011100100000010100100001110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB924A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB924A; }

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

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

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

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

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

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

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

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