Html Css Color HEX #CA8D53 Twine

📋 copy color: '#CA8D53'

red 202 ◦ green 141 ◦ blue 83

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

Shades of Twine #CA8D53

Tints of Twine #CA8D53

RGB

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

 GREEN value IS 141 (55.47% from 255) = 33.1%

 BLUE value IS 83 (32.81% from 255) = 19.48%

R = 47.42%
G = 33.1%
B = 19.48%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.59

 K value IS 0.21

RGB Variations

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

Color information

#CA8D53 (or 0xCA8D53) is known color: Twine. HEX triplet: CA, 8D and 53. RGB value is (202,141,83). Sum of RGB (Red+Green+Blue) = 202+141+83=426 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.42% from 426); Green value is 141 (55.47% from 255 or 33.10% from 426); Blue value is 83 (32.81% from 255 or 19.48% from 426); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8D53 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8D53 is #3572AC. Grayscale: #989898. Windows color (decimal): -3502765 or 5475786. OLE color: 5475786.

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

Color convert

RGB 202 141 83 -
CMYK 0 0.30 0.59 0.21
HSL 29.24º 0.53% 0.56% -
HSV(B) 29.24º 0.59% 0.79% -
XYZ 35.44 32.23 12.54 -
YUV 152.63 88.71 163.22 -
System Red Green Blue C M Y K H S L
Decimal 202 141 83 0 0.30 0.59 0.21 29.24 0.53 0.56
Hex CA 8D 53 0 1E 3B 15 1D 35 38
Octal 312 215 123 0 36 73 25 35 65 70
Binary 11001010 10001101 1010011 0 11110 111011 10101 11101 110101 111000

Color Harmonies of #CA8D53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8D53

Black with #CA8D53

Text Example


Text Example

White with #CA8D53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8D53; }

 p { color: rgb(202,141,83); }

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

background-color css

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

 a { background-color: rgb(202,141,83); }

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

border-color css

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

 span { border-color: rgb(202,141,83); }

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