Html Css Color HEX #CA9292 Rosy Brown

📋 copy color: '#CA9292'

red 202 ◦ green 146 ◦ blue 146

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

Shades of Rosy Brown #CA9292

Tints of Rosy Brown #CA9292

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 29.55%

R = 40.89%
G = 29.55%
B = 29.55%

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

#CA9292 (or 0xCA9292) is known color: Rosy Brown. HEX triplet: CA, 92 and 92. RGB value is (202,146,146). Sum of RGB (Red+Green+Blue) = 202+146+146=494 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.89% from 494); Green value is 146 (57.42% from 255 or 29.55% from 494); Blue value is 146 (57.42% from 255 or 29.55% from 494); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9292 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA9292 is #356D6D. Grayscale: #A2A2A2. Windows color (decimal): -3501422 or 9605834. OLE color: 9605834.

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

Color convert

RGB 202 146 146 -
CMYK 0 0.28 0.28 0.21
HSL 0.35% 0.68% -
HSV(B) 0.28% 0.79% -
XYZ 39.82 35.19 31.89 -
YUV 162.74 118.55 156 -
System Red Green Blue C M Y K H S L
Decimal 202 146 146 0 0.28 0.28 0.21 0 0.35 0.68
Hex CA 92 92 0 1C 1C 15 0 23 44
Octal 312 222 222 0 34 34 25 0 43 104
Binary 11001010 10010010 10010010 0 11100 11100 10101 0 100011 1000100

Color Harmonies of #CA9292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9292

Black with #CA9292

Text Example


Text Example

White with #CA9292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9292; }

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

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

background-color css

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

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

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

border-color css

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

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

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