Html Css Color HEX #CA395C Old Rose

📋 copy color: '#CA395C'

red 202 ◦ green 57 ◦ blue 92

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

Shades of Old Rose #CA395C

Tints of Old Rose #CA395C

RGB

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

 GREEN value IS 57 (22.66% from 255) = 16.24%

 BLUE value IS 92 (36.33% from 255) = 26.21%

R = 57.55%
G = 16.24%
B = 26.21%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.54

 K value IS 0.21

RGB Variations

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

Color information

#CA395C (or 0xCA395C) is known color: Old Rose. HEX triplet: CA, 39 and 5C. RGB value is (202,57,92). Sum of RGB (Red+Green+Blue) = 202+57+92=351 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.55% from 351); Green value is 57 (22.66% from 255 or 16.24% from 351); Blue value is 92 (36.33% from 255 or 26.21% from 351); Max value from RGB is 202 - color contains mainly: red. Hex color #CA395C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA395C is #35C6A3. Grayscale: #686868. Windows color (decimal): -3524260 or 6044106. OLE color: 6044106.

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

Color convert

RGB 202 57 92 -
CMYK 0 0.72 0.54 0.21
HSL 345.52º 0.58% 0.51% -
HSV(B) 345.52º 0.72% 0.79% -
XYZ 27.75 16.26 11.8 -
YUV 104.35 121.04 197.65 -
System Red Green Blue C M Y K H S L
Decimal 202 57 92 0 0.72 0.54 0.21 345.52 0.58 0.51
Hex CA 39 5C 0 48 36 15 15A 3A 33
Octal 312 71 134 0 110 66 25 532 72 63
Binary 11001010 111001 1011100 0 1001000 110110 10101 101011010 111010 110011

Color Harmonies of #CA395C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA395C

Black with #CA395C

Text Example


Text Example

White with #CA395C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA395C; }

 p { color: rgb(202,57,92); }

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

background-color css

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

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

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

border-color css

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

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

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