Html Css Color HEX #CA8D57 Twine

📋 copy color: '#CA8D57'

red 202 ◦ green 141 ◦ blue 87

#CA8D57
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Twine #CA8D57

Tints of Twine #CA8D57

RGB

 RED value IS 202 (79.3% from 255) = 46.98%

 GREEN value IS 141 (55.47% from 255) = 32.79%

 BLUE value IS 87 (34.38% from 255) = 20.23%

R = 46.98%
G = 32.79%
B = 20.23%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.57

 K value IS 0.21

RGB Variations

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

Color information

#CA8D57 (or 0xCA8D57) is known color: Twine. HEX triplet: CA, 8D and 57. RGB value is (202,141,87). Sum of RGB (Red+Green+Blue) = 202+141+87=430 (56% of max value = 765). Red value is 202 (79.30% from 255 or 46.98% from 430); Green value is 141 (55.47% from 255 or 32.79% from 430); Blue value is 87 (34.38% from 255 or 20.23% from 430); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8D57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8D57 is #3572A8. Grayscale: #999999. Windows color (decimal): -3502761 or 5737930. OLE color: 5737930.

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

Color convert

RGB 202 141 87 -
CMYK 0 0.30 0.57 0.21
HSL 28.17º 0.52% 0.57% -
HSV(B) 28.17º 0.57% 0.79% -
XYZ 35.6 32.29 13.37 -
YUV 153.08 90.71 162.89 -
System Red Green Blue C M Y K H S L
Decimal 202 141 87 0 0.30 0.57 0.21 28.17 0.52 0.57
Hex CA 8D 57 0 1E 39 15 1C 34 39
Octal 312 215 127 0 36 71 25 34 64 71
Binary 11001010 10001101 1010111 0 11110 111001 10101 11100 110100 111001

Color Harmonies of #CA8D57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8D57

Black with #CA8D57

Text Example


Text Example

White with #CA8D57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8D57; }

 p { color: rgb(202,141,87); }

 H1.HeaderClassName
 {
   color: #CA8D57;
 }
 .AnyTagClassName
 {
   color: #CA8D57;
 }
</style>

background-color css

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

 a { background-color: rgb(202,141,87); }

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

border-color css

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

 span { border-color: rgb(202,141,87); }

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