#CA8751

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

Shades of Twine #CA8751

Tints of Twine #CA8751

Color information

#CA8751 (or 0xCA8751) is unknown color: approx Twine. HEX triplet: CA, 87 and 51. RGB value is (202,135,81). Sum of RGB (Red+Green+Blue) = 202+135+81=418 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.33% from 418); Green value is 135 (53.12% from 255 or 32.30% from 418); Blue value is 81 (32.03% from 255 or 19.38% from 418); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8751 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8751 is #3578AE. Grayscale: #959595. Windows color (decimal): -3504303 or 5343178. OLE color: 5343178.

HSL color Cylindrical-coordinate representation of color #CA8751: hue angle of 26.78º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CA8751 is Cyan = 0, Magento = 0.33, Yellow = 0.60 and Black (K on CMYK) = 0.21.

Color convert

RGB20213581-
CMYK00.330.600.21
HSL26.78º53.3%55.49%-
HSV(B)26.78º59.9%79.22%-
XYZ34.5130.4811.85-
YUV148.8889.7165.89-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 48.33%
GREEN value IS 135 (53.12% from 255) = 32.30%
BLUE value IS 81 (32.03% from 255) = 19.38%
R=48.33%
G=32.30%
B=19.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.60
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021358100.330.600.2126.7853.355.49
HexCA87510213C151b3537
Octal3122071210417425336567
Binary1100101010000111101000101000011111001010111011110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8751

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8751; }

 p { color: rgb(202,135,81); }

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

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

 a { background-color: rgb(202,135,81); }

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

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

 span { border-color: rgb(202,135,81); }

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