#CA914E

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

Shades of Twine #CA914E

Tints of Twine #CA914E

Color information

#CA914E (or 0xCA914E) is unknown color: approx Twine. HEX triplet: CA, 91 and 4E. RGB value is (202,145,78). Sum of RGB (Red+Green+Blue) = 202+145+78=425 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.53% from 425); Green value is 145 (57.03% from 255 or 34.12% from 425); Blue value is 78 (30.86% from 255 or 18.35% from 425); Max value from RGB is 202 - color contains mainly: red. Hex color #CA914E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA914E is #356EB1. Grayscale: #9A9A9A. Windows color (decimal): -3501746 or 5149130. OLE color: 5149130.

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

Color convert

RGB20214578-
CMYK00.280.610.21
HSL32.42º53.91%54.9%-
HSV(B)32.42º61.39%79.22%-
XYZ35.8633.3611.76-
YUV154.484.88161.95-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 47.53%
GREEN value IS 145 (57.03% from 255) = 34.12%
BLUE value IS 78 (30.86% from 255) = 18.35%
R=47.53%
G=34.12%
B=18.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.61
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021457800.280.610.2132.4253.9154.9
HexCA914E01C3D15203637
Octal3122211160347525406667
Binary1100101010010001100111001110011110110101100000110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA914E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA914E; }

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

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

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

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

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

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

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

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