Html Css Color HEX #CA985C Twine

📋 copy color: '#CA985C'

red 202 ◦ green 152 ◦ blue 92

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

Shades of Twine #CA985C

Tints of Twine #CA985C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 20.63%

R = 45.29%
G = 34.08%
B = 20.63%

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

#CA985C (or 0xCA985C) is known color: Twine. HEX triplet: CA, 98 and 5C. RGB value is (202,152,92). Sum of RGB (Red+Green+Blue) = 202+152+92=446 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.29% from 446); Green value is 152 (59.77% from 255 or 34.08% from 446); Blue value is 92 (36.33% from 255 or 20.63% from 446); Max value from RGB is 202 - color contains mainly: red. Hex color #CA985C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA985C is #3567A3. Grayscale: #A0A0A0. Windows color (decimal): -3499940 or 6068426. OLE color: 6068426.

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

Color convert

RGB 202 152 92 -
CMYK 0 0.25 0.54 0.21
HSL 32.73º 0.51% 0.58% -
HSV(B) 32.73º 0.54% 0.79% -
XYZ 37.52 35.79 15.06 -
YUV 160.11 89.57 157.88 -
System Red Green Blue C M Y K H S L
Decimal 202 152 92 0 0.25 0.54 0.21 32.73 0.51 0.58
Hex CA 98 5C 0 19 36 15 21 33 3A
Octal 312 230 134 0 31 66 25 41 63 72
Binary 11001010 10011000 1011100 0 11001 110110 10101 100001 110011 111010

Color Harmonies of #CA985C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA985C

Black with #CA985C

Text Example


Text Example

White with #CA985C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA985C; }

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

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

background-color css

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

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

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

border-color css

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

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

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