Html Css Color HEX #CA8D50 Twine

📋 copy color: '#CA8D50'

red 202 ◦ green 141 ◦ blue 80

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

Shades of Twine #CA8D50

Tints of Twine #CA8D50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 18.91%

R = 47.75%
G = 33.33%
B = 18.91%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.60

 K value IS 0.21

RGB Variations

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

Color information

#CA8D50 (or 0xCA8D50) is known color: Twine. HEX triplet: CA, 8D and 50. RGB value is (202,141,80). Sum of RGB (Red+Green+Blue) = 202+141+80=423 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.75% from 423); Green value is 141 (55.47% from 255 or 33.33% from 423); Blue value is 80 (31.64% from 255 or 18.91% from 423); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8D50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8D50 is #3572AF. Grayscale: #989898. Windows color (decimal): -3502768 or 5279178. OLE color: 5279178.

HSL color Cylindrical-coordinate representation of color #CA8D50: hue angle of 30º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CA8D50 is Cyan = 0, Magento = 0.30, Yellow = 0.60 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 141 80 -
CMYK 0 0.30 0.60 0.21
HSL 30º 0.54% 0.55% -
HSV(B) 30º 0.6% 0.79% -
XYZ 35.33 32.19 11.94 -
YUV 152.29 87.21 163.46 -
System Red Green Blue C M Y K H S L
Decimal 202 141 80 0 0.30 0.60 0.21 30 0.54 0.55
Hex CA 8D 50 0 1E 3C 15 1E 36 37
Octal 312 215 120 0 36 74 25 36 66 67
Binary 11001010 10001101 1010000 0 11110 111100 10101 11110 110110 110111

Color Harmonies of #CA8D50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8D50

Black with #CA8D50

Text Example


Text Example

White with #CA8D50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8D50; }

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

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

background-color css

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

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

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

border-color css

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

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

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