Html Css Color HEX #CA985B Twine

📋 copy color: '#CA985B'

red 202 ◦ green 152 ◦ blue 91

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

Shades of Twine #CA985B

Tints of Twine #CA985B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 20.45%

R = 45.39%
G = 34.16%
B = 20.45%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.55

 K value IS 0.21

RGB Variations

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

Color information

#CA985B (or 0xCA985B) is known color: Twine. HEX triplet: CA, 98 and 5B. RGB value is (202,152,91). Sum of RGB (Red+Green+Blue) = 202+152+91=445 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.39% from 445); Green value is 152 (59.77% from 255 or 34.16% from 445); Blue value is 91 (35.94% from 255 or 20.45% from 445); Max value from RGB is 202 - color contains mainly: red. Hex color #CA985B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA985B is #3567A4. Grayscale: #A0A0A0. Windows color (decimal): -3499941 or 6002890. OLE color: 6002890.

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

Color convert

RGB 202 152 91 -
CMYK 0 0.25 0.55 0.21
HSL 32.97º 0.51% 0.57% -
HSV(B) 32.97º 0.55% 0.79% -
XYZ 37.47 35.77 14.83 -
YUV 160 89.07 157.96 -
System Red Green Blue C M Y K H S L
Decimal 202 152 91 0 0.25 0.55 0.21 32.97 0.51 0.57
Hex CA 98 5B 0 19 37 15 21 33 39
Octal 312 230 133 0 31 67 25 41 63 71
Binary 11001010 10011000 1011011 0 11001 110111 10101 100001 110011 111001

Color Harmonies of #CA985B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA985B

Black with #CA985B

Text Example


Text Example

White with #CA985B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA985B; }

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

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

background-color css

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

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

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

border-color css

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

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

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