Html Css Color HEX #CA9057 Twine

📋 copy color: '#CA9057'

red 202 ◦ green 144 ◦ blue 87

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

Shades of Twine #CA9057

Tints of Twine #CA9057

RGB

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

 GREEN value IS 144 (56.64% from 255) = 33.26%

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

R = 46.65%
G = 33.26%
B = 20.09%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.57

 K value IS 0.21

RGB Variations

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

Color information

#CA9057 (or 0xCA9057) is known color: Twine. HEX triplet: CA, 90 and 57. RGB value is (202,144,87). Sum of RGB (Red+Green+Blue) = 202+144+87=433 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.65% from 433); Green value is 144 (56.64% from 255 or 33.26% from 433); Blue value is 87 (34.38% from 255 or 20.09% from 433); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9057 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9057 is #356FA8. Grayscale: #9B9B9B. Windows color (decimal): -3501993 or 5738698. OLE color: 5738698.

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

Color convert

RGB 202 144 87 -
CMYK 0 0.29 0.57 0.21
HSL 29.74º 0.52% 0.57% -
HSV(B) 29.74º 0.57% 0.79% -
XYZ 36.05 33.19 13.52 -
YUV 154.84 89.72 161.63 -
System Red Green Blue C M Y K H S L
Decimal 202 144 87 0 0.29 0.57 0.21 29.74 0.52 0.57
Hex CA 90 57 0 1D 39 15 1E 34 39
Octal 312 220 127 0 35 71 25 36 64 71
Binary 11001010 10010000 1010111 0 11101 111001 10101 11110 110100 111001

Color Harmonies of #CA9057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9057

Black with #CA9057

Text Example


Text Example

White with #CA9057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9057; }

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

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

background-color css

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

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

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

border-color css

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

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

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