Html Css Color HEX #CA9552 Twine

📋 copy color: '#CA9552'

red 202 ◦ green 149 ◦ blue 82

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

Shades of Twine #CA9552

Tints of Twine #CA9552

RGB

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

 GREEN value IS 149 (58.59% from 255) = 34.41%

 BLUE value IS 82 (32.42% from 255) = 18.94%

R = 46.65%
G = 34.41%
B = 18.94%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.59

 K value IS 0.21

RGB Variations

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

Color information

#CA9552 (or 0xCA9552) is known color: Twine. HEX triplet: CA, 95 and 52. RGB value is (202,149,82). Sum of RGB (Red+Green+Blue) = 202+149+82=433 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.65% from 433); Green value is 149 (58.59% from 255 or 34.41% from 433); Blue value is 82 (32.42% from 255 or 18.94% from 433); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9552 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9552 is #356AAD. Grayscale: #9D9D9D. Windows color (decimal): -3500718 or 5412298. OLE color: 5412298.

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

Color convert

RGB 202 149 82 -
CMYK 0 0.26 0.59 0.21
HSL 33.5º 0.53% 0.56% -
HSV(B) 33.5º 0.59% 0.79% -
XYZ 36.63 34.66 12.74 -
YUV 157.21 85.56 159.95 -
System Red Green Blue C M Y K H S L
Decimal 202 149 82 0 0.26 0.59 0.21 33.5 0.53 0.56
Hex CA 95 52 0 1A 3B 15 22 35 38
Octal 312 225 122 0 32 73 25 42 65 70
Binary 11001010 10010101 1010010 0 11010 111011 10101 100010 110101 111000

Color Harmonies of #CA9552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9552

Black with #CA9552

Text Example


Text Example

White with #CA9552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9552; }

 p { color: rgb(202,149,82); }

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

background-color css

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

 a { background-color: rgb(202,149,82); }

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

border-color css

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

 span { border-color: rgb(202,149,82); }

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