Html Css Color HEX #CA9050 Twine

📋 copy color: '#CA9050'

red 202 ◦ green 144 ◦ blue 80

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

Shades of Twine #CA9050

Tints of Twine #CA9050

RGB

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

 GREEN value IS 144 (56.64% from 255) = 33.8%

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

R = 47.42%
G = 33.8%
B = 18.78%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.60

 K value IS 0.21

RGB Variations

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

Color information

#CA9050 (or 0xCA9050) is known color: Twine. HEX triplet: CA, 90 and 50. RGB value is (202,144,80). Sum of RGB (Red+Green+Blue) = 202+144+80=426 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.42% from 426); Green value is 144 (56.64% from 255 or 33.80% from 426); Blue value is 80 (31.64% from 255 or 18.78% from 426); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9050 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9050 is #356FAF. Grayscale: #9A9A9A. Windows color (decimal): -3502000 or 5279946. OLE color: 5279946.

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

Color convert

RGB 202 144 80 -
CMYK 0 0.29 0.60 0.21
HSL 31.48º 0.54% 0.55% -
HSV(B) 31.48º 0.6% 0.79% -
XYZ 35.78 33.08 12.09 -
YUV 154.05 86.22 162.2 -
System Red Green Blue C M Y K H S L
Decimal 202 144 80 0 0.29 0.60 0.21 31.48 0.54 0.55
Hex CA 90 50 0 1D 3C 15 1F 36 37
Octal 312 220 120 0 35 74 25 37 66 67
Binary 11001010 10010000 1010000 0 11101 111100 10101 11111 110110 110111

Color Harmonies of #CA9050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9050

Black with #CA9050

Text Example


Text Example

White with #CA9050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9050; }

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

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

background-color css

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

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

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

border-color css

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

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

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