Html Css Color HEX #CA9757 Twine

📋 copy color: '#CA9757'

red 202 ◦ green 151 ◦ blue 87

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

Shades of Twine #CA9757

Tints of Twine #CA9757

RGB

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

 GREEN value IS 151 (59.38% from 255) = 34.32%

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

R = 45.91%
G = 34.32%
B = 19.77%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.57

 K value IS 0.21

RGB Variations

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

Color information

#CA9757 (or 0xCA9757) is known color: Twine. HEX triplet: CA, 97 and 57. RGB value is (202,151,87). Sum of RGB (Red+Green+Blue) = 202+151+87=440 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.91% from 440); Green value is 151 (59.38% from 255 or 34.32% from 440); Blue value is 87 (34.38% from 255 or 19.77% from 440); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9757 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9757 is #3568A8. Grayscale: #9F9F9F. Windows color (decimal): -3500201 or 5740490. OLE color: 5740490.

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

Color convert

RGB 202 151 87 -
CMYK 0 0.25 0.57 0.21
HSL 33.39º 0.52% 0.57% -
HSV(B) 33.39º 0.57% 0.79% -
XYZ 37.14 35.38 13.89 -
YUV 158.95 87.4 158.7 -
System Red Green Blue C M Y K H S L
Decimal 202 151 87 0 0.25 0.57 0.21 33.39 0.52 0.57
Hex CA 97 57 0 19 39 15 21 34 39
Octal 312 227 127 0 31 71 25 41 64 71
Binary 11001010 10010111 1010111 0 11001 111001 10101 100001 110100 111001

Color Harmonies of #CA9757

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9757

Black with #CA9757

Text Example


Text Example

White with #CA9757

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9757; }

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

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

background-color css

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

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

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

border-color css

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

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

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