Html Css Color HEX #CA275A Old Rose

📋 copy color: '#CA275A'

red 202 ◦ green 39 ◦ blue 90

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

Shades of Old Rose #CA275A

Tints of Old Rose #CA275A

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.78%

 BLUE value IS 90 (35.55% from 255) = 27.19%

R = 61.03%
G = 11.78%
B = 27.19%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.55

 K value IS 0.21

RGB Variations

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

Color information

#CA275A (or 0xCA275A) is known color: Old Rose. HEX triplet: CA, 27 and 5A. RGB value is (202,39,90). Sum of RGB (Red+Green+Blue) = 202+39+90=331 (43% of max value = 765). Red value is 202 (79.30% from 255 or 61.03% from 331); Green value is 39 (15.62% from 255 or 11.78% from 331); Blue value is 90 (35.55% from 255 or 27.19% from 331); Max value from RGB is 202 - color contains mainly: red. Hex color #CA275A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA275A is #35D8A5. Grayscale: #5D5D5D. Windows color (decimal): -3528870 or 5908426. OLE color: 5908426.

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

Color convert

RGB 202 39 90 -
CMYK 0 0.81 0.55 0.21
HSL 341.23º 0.68% 0.47% -
HSV(B) 341.23º 0.81% 0.79% -
XYZ 26.93 14.75 11.1 -
YUV 93.55 126 205.35 -
System Red Green Blue C M Y K H S L
Decimal 202 39 90 0 0.81 0.55 0.21 341.23 0.68 0.47
Hex CA 27 5A 0 51 37 15 155 44 2F
Octal 312 47 132 0 121 67 25 525 104 57
Binary 11001010 100111 1011010 0 1010001 110111 10101 101010101 1000100 101111

Color Harmonies of #CA275A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA275A

Black with #CA275A

Text Example


Text Example

White with #CA275A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA275A; }

 p { color: rgb(202,39,90); }

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

background-color css

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

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

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

border-color css

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

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

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