Html Css Color HEX #CA9595 Rosy Brown

📋 copy color: '#CA9595'

red 202 ◦ green 149 ◦ blue 149

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

Shades of Rosy Brown #CA9595

Tints of Rosy Brown #CA9595

RGB

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

 GREEN value IS 149 (58.59% from 255) = 29.8%

 BLUE value IS 149 (58.59% from 255) = 29.8%

R = 40.4%
G = 29.8%
B = 29.8%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.26

 K value IS 0.21

RGB Variations

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

Color information

#CA9595 (or 0xCA9595) is known color: Rosy Brown. HEX triplet: CA, 95 and 95. RGB value is (202,149,149). Sum of RGB (Red+Green+Blue) = 202+149+149=500 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.4% from 500); Green value is 149 (58.59% from 255 or 29.8% from 500); Blue value is 149 (58.59% from 255 or 29.8% from 500); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9595 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA9595 is #356A6A. Grayscale: #A4A4A4. Windows color (decimal): -3500651 or 9803210. OLE color: 9803210.

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

Color convert

RGB 202 149 149 -
CMYK 0 0.26 0.26 0.21
HSL 0.33% 0.69% -
HSV(B) 0.26% 0.79% -
XYZ 40.53 36.22 33.29 -
YUV 164.85 119.06 154.5 -
System Red Green Blue C M Y K H S L
Decimal 202 149 149 0 0.26 0.26 0.21 0 0.33 0.69
Hex CA 95 95 0 1A 1A 15 0 21 45
Octal 312 225 225 0 32 32 25 0 41 105
Binary 11001010 10010101 10010101 0 11010 11010 10101 0 100001 1000101

Color Harmonies of #CA9595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9595

Black with #CA9595

Text Example


Text Example

White with #CA9595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9595; }

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

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

background-color css

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

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

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

border-color css

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

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

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