#CA975E

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

Shades of Twine #CA975E

Tints of Twine #CA975E

Color information

#CA975E (or 0xCA975E) is unknown color: approx Twine. HEX triplet: CA, 97 and 5E. RGB value is (202,151,94). Sum of RGB (Red+Green+Blue) = 202+151+94=447 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.19% from 447); Green value is 151 (59.38% from 255 or 33.78% from 447); Blue value is 94 (37.11% from 255 or 21.03% from 447); Max value from RGB is 202 - color contains mainly: red. Hex color #CA975E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA975E is #3568A1. Grayscale: #A0A0A0. Windows color (decimal): -3500194 or 6199242. OLE color: 6199242.

HSL color Cylindrical-coordinate representation of color #CA975E: hue angle of 31.67º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CA975E is Cyan = 0, Magento = 0.25, Yellow = 0.53 and Black (K on CMYK) = 0.21.

Color convert

RGB20215194-
CMYK00.250.530.21
HSL31.67º50.47%58.04%-
HSV(B)31.67º53.47%79.22%-
XYZ37.4435.515.47-
YUV159.7590.9158.13-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.19%
GREEN value IS 151 (59.38% from 255) = 33.78%
BLUE value IS 94 (37.11% from 255) = 21.03%
R=45.19%
G=33.78%
B=21.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.53
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021519400.250.530.2131.6750.4758.04
HexCA975E019351520323a
Octal3122271360316525406272
Binary1100101010010111101111001100111010110101100000110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA975E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA975E; }

 p { color: rgb(202,151,94); }

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

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

 a { background-color: rgb(202,151,94); }

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

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

 span { border-color: rgb(202,151,94); }

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