#CA8E54

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

Shades of Twine #CA8E54

Tints of Twine #CA8E54

Color information

#CA8E54 (or 0xCA8E54) is unknown color: approx Twine. HEX triplet: CA, 8E and 54. RGB value is (202,142,84). Sum of RGB (Red+Green+Blue) = 202+142+84=428 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.20% from 428); Green value is 142 (55.86% from 255 or 33.18% from 428); Blue value is 84 (33.20% from 255 or 19.63% from 428); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8E54 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8E54 is #3571AB. Grayscale: #999999. Windows color (decimal): -3502508 or 5541578. OLE color: 5541578.

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

Color convert

RGB20214284-
CMYK00.300.580.21
HSL29.49º52.68%56.08%-
HSV(B)29.49º58.42%79.22%-
XYZ35.6332.5412.79-
YUV153.3388.88162.72-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 47.20%
GREEN value IS 142 (55.86% from 255) = 33.18%
BLUE value IS 84 (33.20% from 255) = 19.63%
R=47.20%
G=33.18%
B=19.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.58
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021428400.300.580.2129.4952.6856.08
HexCA8E5401E3A151d3538
Octal3122161240367225356570
Binary110010101000111010101000111101110101010111101110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8E54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8E54; }

 p { color: rgb(202,142,84); }

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

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

 a { background-color: rgb(202,142,84); }

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

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

 span { border-color: rgb(202,142,84); }

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