#CA915A

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

Shades of Twine #CA915A

Tints of Twine #CA915A

Color information

#CA915A (or 0xCA915A) is unknown color: approx Twine. HEX triplet: CA, 91 and 5A. RGB value is (202,145,90). Sum of RGB (Red+Green+Blue) = 202+145+90=437 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.22% from 437); Green value is 145 (57.03% from 255 or 33.18% from 437); Blue value is 90 (35.55% from 255 or 20.59% from 437); Max value from RGB is 202 - color contains mainly: red. Hex color #CA915A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA915A is #356EA5. Grayscale: #9C9C9C. Windows color (decimal): -3501734 or 5935562. OLE color: 5935562.

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

Color convert

RGB20214590-
CMYK00.280.550.21
HSL29.46º51.38%57.25%-
HSV(B)29.46º55.45%79.22%-
XYZ36.3333.5514.23-
YUV155.7790.88160.97-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.22%
GREEN value IS 145 (57.03% from 255) = 33.18%
BLUE value IS 90 (35.55% from 255) = 20.59%
R=46.22%
G=33.18%
B=20.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.55
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021459000.280.550.2129.4651.3857.25
HexCA915A01C37151d3339
Octal3122211320346725356371
Binary110010101001000110110100111001101111010111101110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA915A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA915A; }

 p { color: rgb(202,145,90); }

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

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

 a { background-color: rgb(202,145,90); }

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

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

 span { border-color: rgb(202,145,90); }

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