#CA945A

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

Shades of Twine #CA945A

Tints of Twine #CA945A

Color information

#CA945A (or 0xCA945A) is unknown color: approx Twine. HEX triplet: CA, 94 and 5A. RGB value is (202,148,90). Sum of RGB (Red+Green+Blue) = 202+148+90=440 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.91% from 440); Green value is 148 (58.20% from 255 or 33.64% from 440); Blue value is 90 (35.55% from 255 or 20.45% from 440); Max value from RGB is 202 - color contains mainly: red. Hex color #CA945A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA945A is #356BA5. Grayscale: #9D9D9D. Windows color (decimal): -3500966 or 5936330. OLE color: 5936330.

HSL color Cylindrical-coordinate representation of color #CA945A: hue angle of 31.07º 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 #CA945A is Cyan = 0, Magento = 0.27, Yellow = 0.55 and Black (K on CMYK) = 0.21.

Color convert

RGB20214890-
CMYK00.270.550.21
HSL31.07º51.38%57.25%-
HSV(B)31.07º55.45%79.22%-
XYZ36.7934.4714.39-
YUV157.5389.89159.72-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.91%
GREEN value IS 148 (58.20% from 255) = 33.64%
BLUE value IS 90 (35.55% from 255) = 20.45%
R=45.91%
G=33.64%
B=20.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.55
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021489000.270.550.2131.0751.3857.25
HexCA945A01B37151f3339
Octal3122241320336725376371
Binary110010101001010010110100110111101111010111111110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA945A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA945A; }

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

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

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

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

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

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

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

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