Html Css Color HEX #CA9291 Rosy Brown

📋 copy color: '#CA9291'

red 202 ◦ green 146 ◦ blue 145

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

Shades of Rosy Brown #CA9291

Tints of Rosy Brown #CA9291

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 29.41%

R = 40.97%
G = 29.61%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.28

 K value IS 0.21

RGB Variations

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

Color information

#CA9291 (or 0xCA9291) is known color: Rosy Brown. HEX triplet: CA, 92 and 91. RGB value is (202,146,145). Sum of RGB (Red+Green+Blue) = 202+146+145=493 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.97% from 493); Green value is 146 (57.42% from 255 or 29.61% from 493); Blue value is 145 (57.03% from 255 or 29.41% from 493); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9291 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA9291 is #356D6E. Grayscale: #A2A2A2. Windows color (decimal): -3501423 or 9540298. OLE color: 9540298.

HSL color Cylindrical-coordinate representation of color #CA9291: hue angle of 1.05º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CA9291 is Cyan = 0, Magento = 0.28, Yellow = 0.28 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 146 145 -
CMYK 0 0.28 0.28 0.21
HSL 1.05º 0.35% 0.68% -
HSV(B) 1.05º 0.28% 0.79% -
XYZ 39.75 35.16 31.48 -
YUV 162.63 118.05 156.08 -
System Red Green Blue C M Y K H S L
Decimal 202 146 145 0 0.28 0.28 0.21 1.05 0.35 0.68
Hex CA 92 91 0 1C 1C 15 1 23 44
Octal 312 222 221 0 34 34 25 1 43 104
Binary 11001010 10010010 10010001 0 11100 11100 10101 1 100011 1000100

Color Harmonies of #CA9291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9291

Black with #CA9291

Text Example


Text Example

White with #CA9291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9291; }

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

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

background-color css

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

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

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

border-color css

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

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

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