Html Css Color HEX #CA9450 Twine

📋 copy color: '#CA9450'

red 202 ◦ green 148 ◦ blue 80

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

Shades of Twine #CA9450

Tints of Twine #CA9450

RGB

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

 GREEN value IS 148 (58.2% from 255) = 34.42%

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

R = 46.98%
G = 34.42%
B = 18.6%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.60

 K value IS 0.21

RGB Variations

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

Color information

#CA9450 (or 0xCA9450) is known color: Twine. HEX triplet: CA, 94 and 50. RGB value is (202,148,80). Sum of RGB (Red+Green+Blue) = 202+148+80=430 (56% of max value = 765). Red value is 202 (79.30% from 255 or 46.98% from 430); Green value is 148 (58.20% from 255 or 34.42% from 430); Blue value is 80 (31.64% from 255 or 18.60% from 430); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9450 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9450 is #356BAF. Grayscale: #9C9C9C. Windows color (decimal): -3500976 or 5280970. OLE color: 5280970.

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

Color convert

RGB 202 148 80 -
CMYK 0 0.27 0.60 0.21
HSL 33.44º 0.54% 0.55% -
HSV(B) 33.44º 0.6% 0.79% -
XYZ 36.39 34.32 12.29 -
YUV 156.39 84.89 160.53 -
System Red Green Blue C M Y K H S L
Decimal 202 148 80 0 0.27 0.60 0.21 33.44 0.54 0.55
Hex CA 94 50 0 1B 3C 15 21 36 37
Octal 312 224 120 0 33 74 25 41 66 67
Binary 11001010 10010100 1010000 0 11011 111100 10101 100001 110110 110111

Color Harmonies of #CA9450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9450

Black with #CA9450

Text Example


Text Example

White with #CA9450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9450; }

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

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

background-color css

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

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

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

border-color css

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

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

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