Html Css Color HEX #CA9253 Twine

📋 copy color: '#CA9253'

red 202 ◦ green 146 ◦ blue 83

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

Shades of Twine #CA9253

Tints of Twine #CA9253

RGB

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

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

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

R = 46.87%
G = 33.87%
B = 19.26%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.59

 K value IS 0.21

RGB Variations

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

Color information

#CA9253 (or 0xCA9253) is known color: Twine. HEX triplet: CA, 92 and 53. RGB value is (202,146,83). Sum of RGB (Red+Green+Blue) = 202+146+83=431 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.87% from 431); Green value is 146 (57.42% from 255 or 33.87% from 431); Blue value is 83 (32.81% from 255 or 19.26% from 431); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9253 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9253 is #356DAC. Grayscale: #9B9B9B. Windows color (decimal): -3501485 or 5477066. OLE color: 5477066.

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

Color convert

RGB 202 146 83 -
CMYK 0 0.28 0.59 0.21
HSL 31.76º 0.53% 0.56% -
HSV(B) 31.76º 0.59% 0.79% -
XYZ 36.2 33.74 12.79 -
YUV 155.56 87.05 161.12 -
System Red Green Blue C M Y K H S L
Decimal 202 146 83 0 0.28 0.59 0.21 31.76 0.53 0.56
Hex CA 92 53 0 1C 3B 15 20 35 38
Octal 312 222 123 0 34 73 25 40 65 70
Binary 11001010 10010010 1010011 0 11100 111011 10101 100000 110101 111000

Color Harmonies of #CA9253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9253

Black with #CA9253

Text Example


Text Example

White with #CA9253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9253; }

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

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

background-color css

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

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

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

border-color css

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

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

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