Html Css Color HEX #CA9C5D Twine

📋 copy color: '#CA9C5D'

red 202 ◦ green 156 ◦ blue 93

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

Shades of Twine #CA9C5D

Tints of Twine #CA9C5D

RGB

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

 GREEN value IS 156 (61.33% from 255) = 34.59%

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

R = 44.79%
G = 34.59%
B = 20.62%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.54

 K value IS 0.21

RGB Variations

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

Color information

#CA9C5D (or 0xCA9C5D) is known color: Twine. HEX triplet: CA, 9C and 5D. RGB value is (202,156,93). Sum of RGB (Red+Green+Blue) = 202+156+93=451 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.79% from 451); Green value is 156 (61.33% from 255 or 34.59% from 451); Blue value is 93 (36.72% from 255 or 20.62% from 451); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9C5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9C5D is #3563A2. Grayscale: #A2A2A2. Windows color (decimal): -3498915 or 6134986. OLE color: 6134986.

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

Color convert

RGB 202 156 93 -
CMYK 0 0.23 0.54 0.21
HSL 34.68º 0.51% 0.58% -
HSV(B) 34.68º 0.54% 0.79% -
XYZ 38.22 37.12 15.51 -
YUV 162.57 88.74 156.12 -
System Red Green Blue C M Y K H S L
Decimal 202 156 93 0 0.23 0.54 0.21 34.68 0.51 0.58
Hex CA 9C 5D 0 17 36 15 23 33 3A
Octal 312 234 135 0 27 66 25 43 63 72
Binary 11001010 10011100 1011101 0 10111 110110 10101 100011 110011 111010

Color Harmonies of #CA9C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9C5D

Black with #CA9C5D

Text Example


Text Example

White with #CA9C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9C5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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