Html Css Color HEX #CA9957 Twine

📋 copy color: '#CA9957'

red 202 ◦ green 153 ◦ blue 87

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

Shades of Twine #CA9957

Tints of Twine #CA9957

RGB

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

 GREEN value IS 153 (60.16% from 255) = 34.62%

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

R = 45.7%
G = 34.62%
B = 19.68%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.57

 K value IS 0.21

RGB Variations

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

Color information

#CA9957 (or 0xCA9957) is known color: Twine. HEX triplet: CA, 99 and 57. RGB value is (202,153,87). Sum of RGB (Red+Green+Blue) = 202+153+87=442 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.70% from 442); Green value is 153 (60.16% from 255 or 34.62% from 442); Blue value is 87 (34.38% from 255 or 19.68% from 442); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9957 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9957 is #3566A8. Grayscale: #A0A0A0. Windows color (decimal): -3499689 or 5741002. OLE color: 5741002.

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

Color convert

RGB 202 153 87 -
CMYK 0 0.24 0.57 0.21
HSL 34.43º 0.52% 0.57% -
HSV(B) 34.43º 0.57% 0.79% -
XYZ 37.47 36.03 14 -
YUV 160.13 86.73 157.87 -
System Red Green Blue C M Y K H S L
Decimal 202 153 87 0 0.24 0.57 0.21 34.43 0.52 0.57
Hex CA 99 57 0 18 39 15 22 34 39
Octal 312 231 127 0 30 71 25 42 64 71
Binary 11001010 10011001 1010111 0 11000 111001 10101 100010 110100 111001

Color Harmonies of #CA9957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9957

Black with #CA9957

Text Example


Text Example

White with #CA9957

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9957; }

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

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

background-color css

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

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

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

border-color css

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

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

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