Html Css Color HEX #CA9C52 Twine

📋 copy color: '#CA9C52'

red 202 ◦ green 156 ◦ blue 82

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

Shades of Twine #CA9C52

Tints of Twine #CA9C52

RGB

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

 GREEN value IS 156 (61.33% from 255) = 35.45%

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

R = 45.91%
G = 35.45%
B = 18.64%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.59

 K value IS 0.21

RGB Variations

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

Color information

#CA9C52 (or 0xCA9C52) is known color: Twine. HEX triplet: CA, 9C and 52. RGB value is (202,156,82). Sum of RGB (Red+Green+Blue) = 202+156+82=440 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.91% from 440); Green value is 156 (61.33% from 255 or 35.45% from 440); Blue value is 82 (32.42% from 255 or 18.64% from 440); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9C52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9C52 is #3563AD. Grayscale: #A1A1A1. Windows color (decimal): -3498926 or 5414090. OLE color: 5414090.

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

Color convert

RGB 202 156 82 -
CMYK 0 0.23 0.59 0.21
HSL 37º 0.53% 0.56% -
HSV(B) 37º 0.59% 0.79% -
XYZ 37.77 36.94 13.12 -
YUV 161.32 83.24 157.02 -
System Red Green Blue C M Y K H S L
Decimal 202 156 82 0 0.23 0.59 0.21 37 0.53 0.56
Hex CA 9C 52 0 17 3B 15 25 35 38
Octal 312 234 122 0 27 73 25 45 65 70
Binary 11001010 10011100 1010010 0 10111 111011 10101 100101 110101 111000

Color Harmonies of #CA9C52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9C52

Black with #CA9C52

Text Example


Text Example

White with #CA9C52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9C52; }

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

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

background-color css

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

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

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

border-color css

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

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

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