Html Css Color HEX #CA985F Twine

📋 copy color: '#CA985F'

red 202 ◦ green 152 ◦ blue 95

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

Shades of Twine #CA985F

Tints of Twine #CA985F

RGB

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

 GREEN value IS 152 (59.77% from 255) = 33.85%

 BLUE value IS 95 (37.5% from 255) = 21.16%

R = 44.99%
G = 33.85%
B = 21.16%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.53

 K value IS 0.21

RGB Variations

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

Color information

#CA985F (or 0xCA985F) is known color: Twine. HEX triplet: CA, 98 and 5F. RGB value is (202,152,95). Sum of RGB (Red+Green+Blue) = 202+152+95=449 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.99% from 449); Green value is 152 (59.77% from 255 or 33.85% from 449); Blue value is 95 (37.5% from 255 or 21.16% from 449); Max value from RGB is 202 - color contains mainly: red. Hex color #CA985F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA985F is #3567A0. Grayscale: #A0A0A0. Windows color (decimal): -3499937 or 6265034. OLE color: 6265034.

HSL color Cylindrical-coordinate representation of color #CA985F: hue angle of 31.96º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CA985F is Cyan = 0, Magento = 0.25, Yellow = 0.53 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 152 95 -
CMYK 0 0.25 0.53 0.21
HSL 31.96º 0.5% 0.58% -
HSV(B) 31.96º 0.53% 0.79% -
XYZ 37.65 35.84 15.76 -
YUV 160.45 91.07 157.63 -
System Red Green Blue C M Y K H S L
Decimal 202 152 95 0 0.25 0.53 0.21 31.96 0.5 0.58
Hex CA 98 5F 0 19 35 15 20 32 3A
Octal 312 230 137 0 31 65 25 40 62 72
Binary 11001010 10011000 1011111 0 11001 110101 10101 100000 110010 111010

Color Harmonies of #CA985F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA985F

Black with #CA985F

Text Example


Text Example

White with #CA985F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA985F; }

 p { color: rgb(202,152,95); }

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

background-color css

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

 a { background-color: rgb(202,152,95); }

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

border-color css

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

 span { border-color: rgb(202,152,95); }

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