Html Css Color HEX #CA9353 Twine

📋 copy color: '#CA9353'

red 202 ◦ green 147 ◦ blue 83

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

Shades of Twine #CA9353

Tints of Twine #CA9353

RGB

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

 GREEN value IS 147 (57.81% from 255) = 34.03%

 BLUE value IS 83 (32.81% from 255) = 19.21%

R = 46.76%
G = 34.03%
B = 19.21%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.59

 K value IS 0.21

RGB Variations

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

Color information

#CA9353 (or 0xCA9353) is known color: Twine. HEX triplet: CA, 93 and 53. RGB value is (202,147,83). Sum of RGB (Red+Green+Blue) = 202+147+83=432 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.76% from 432); Green value is 147 (57.81% from 255 or 34.03% from 432); Blue value is 83 (32.81% from 255 or 19.21% from 432); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9353 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9353 is #356CAC. Grayscale: #9C9C9C. Windows color (decimal): -3501229 or 5477322. OLE color: 5477322.

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

Color convert

RGB 202 147 83 -
CMYK 0 0.27 0.59 0.21
HSL 32.27º 0.53% 0.56% -
HSV(B) 32.27º 0.59% 0.79% -
XYZ 36.35 34.05 12.84 -
YUV 156.15 86.72 160.7 -
System Red Green Blue C M Y K H S L
Decimal 202 147 83 0 0.27 0.59 0.21 32.27 0.53 0.56
Hex CA 93 53 0 1B 3B 15 20 35 38
Octal 312 223 123 0 33 73 25 40 65 70
Binary 11001010 10010011 1010011 0 11011 111011 10101 100000 110101 111000

Color Harmonies of #CA9353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9353

Black with #CA9353

Text Example


Text Example

White with #CA9353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9353; }

 p { color: rgb(202,147,83); }

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

background-color css

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

 a { background-color: rgb(202,147,83); }

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

border-color css

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

 span { border-color: rgb(202,147,83); }

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