#CA934B

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

Shades of Tussock #CA934B

Tints of Tussock #CA934B

Color information

#CA934B (or 0xCA934B) is unknown color: approx Tussock. HEX triplet: CA, 93 and 4B. RGB value is (202,147,75). Sum of RGB (Red+Green+Blue) = 202+147+75=424 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.64% from 424); Green value is 147 (57.81% from 255 or 34.67% from 424); Blue value is 75 (29.69% from 255 or 17.69% from 424); Max value from RGB is 202 - color contains mainly: red. Hex color #CA934B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA934B is #356CB4. Grayscale: #9B9B9B. Windows color (decimal): -3501237 or 4953034. OLE color: 4953034.

HSL color Cylindrical-coordinate representation of color #CA934B: hue angle of 34.02º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CA934B is Cyan = 0, Magento = 0.27, Yellow = 0.63 and Black (K on CMYK) = 0.21.

Color convert

RGB20214775-
CMYK00.270.630.21
HSL34.02º54.51%54.31%-
HSV(B)34.02º62.87%79.22%-
XYZ36.0633.9311.31-
YUV155.2482.72161.35-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 47.64%
GREEN value IS 147 (57.81% from 255) = 34.67%
BLUE value IS 75 (29.69% from 255) = 17.69%
R=47.64%
G=34.67%
B=17.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.63
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021477500.270.630.2134.0254.5154.31
HexCA934B01B3F15223736
Octal3122231130337725426766
Binary1100101010010011100101101101111111110101100010110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA934B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA934B; }

 p { color: rgb(202,147,75); }

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

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

 a { background-color: rgb(202,147,75); }

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

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

 span { border-color: rgb(202,147,75); }

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