Html Css Color HEX #CA9250 Twine

📋 copy color: '#CA9250'

red 202 ◦ green 146 ◦ blue 80

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

Shades of Twine #CA9250

Tints of Twine #CA9250

RGB

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

 GREEN value IS 146 (57.42% from 255) = 34.11%

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

R = 47.2%
G = 34.11%
B = 18.69%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.60

 K value IS 0.21

RGB Variations

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

Color information

#CA9250 (or 0xCA9250) is known color: Twine. HEX triplet: CA, 92 and 50. RGB value is (202,146,80). Sum of RGB (Red+Green+Blue) = 202+146+80=428 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.20% from 428); Green value is 146 (57.42% from 255 or 34.11% from 428); Blue value is 80 (31.64% from 255 or 18.69% from 428); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9250 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9250 is #356DAF. Grayscale: #9B9B9B. Windows color (decimal): -3501488 or 5280458. OLE color: 5280458.

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

Color convert

RGB 202 146 80 -
CMYK 0 0.28 0.60 0.21
HSL 32.46º 0.54% 0.55% -
HSV(B) 32.46º 0.6% 0.79% -
XYZ 36.08 33.69 12.19 -
YUV 155.22 85.55 161.37 -
System Red Green Blue C M Y K H S L
Decimal 202 146 80 0 0.28 0.60 0.21 32.46 0.54 0.55
Hex CA 92 50 0 1C 3C 15 20 36 37
Octal 312 222 120 0 34 74 25 40 66 67
Binary 11001010 10010010 1010000 0 11100 111100 10101 100000 110110 110111

Color Harmonies of #CA9250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9250

Black with #CA9250

Text Example


Text Example

White with #CA9250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9250; }

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

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

background-color css

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

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

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

border-color css

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

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

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