Html Css Color HEX #CA985D Twine

📋 copy color: '#CA985D'

red 202 ◦ green 152 ◦ blue 93

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

Shades of Twine #CA985D

Tints of Twine #CA985D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 20.81%

R = 45.19%
G = 34%
B = 20.81%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.54

 K value IS 0.21

RGB Variations

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

Color information

#CA985D (or 0xCA985D) is known color: Twine. HEX triplet: CA, 98 and 5D. RGB value is (202,152,93). Sum of RGB (Red+Green+Blue) = 202+152+93=447 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.19% from 447); Green value is 152 (59.77% from 255 or 34.00% from 447); Blue value is 93 (36.72% from 255 or 20.81% from 447); Max value from RGB is 202 - color contains mainly: red. Hex color #CA985D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA985D is #3567A2. Grayscale: #A0A0A0. Windows color (decimal): -3499939 or 6133962. OLE color: 6133962.

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

Color convert

RGB 202 152 93 -
CMYK 0 0.25 0.54 0.21
HSL 32.48º 0.51% 0.58% -
HSV(B) 32.48º 0.54% 0.79% -
XYZ 37.56 35.8 15.29 -
YUV 160.22 90.07 157.8 -
System Red Green Blue C M Y K H S L
Decimal 202 152 93 0 0.25 0.54 0.21 32.48 0.51 0.58
Hex CA 98 5D 0 19 36 15 20 33 3A
Octal 312 230 135 0 31 66 25 40 63 72
Binary 11001010 10011000 1011101 0 11001 110110 10101 100000 110011 111010

Color Harmonies of #CA985D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA985D

Black with #CA985D

Text Example


Text Example

White with #CA985D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA985D; }

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

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

background-color css

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

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

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

border-color css

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

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

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