Html Css Color HEX #CA265C Old Rose

📋 copy color: '#CA265C'

red 202 ◦ green 38 ◦ blue 92

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

Shades of Old Rose #CA265C

Tints of Old Rose #CA265C

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.45%

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

R = 60.84%
G = 11.45%
B = 27.71%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.54

 K value IS 0.21

RGB Variations

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

Color information

#CA265C (or 0xCA265C) is known color: Old Rose. HEX triplet: CA, 26 and 5C. RGB value is (202,38,92). Sum of RGB (Red+Green+Blue) = 202+38+92=332 (43% of max value = 765). Red value is 202 (79.30% from 255 or 60.84% from 332); Green value is 38 (15.23% from 255 or 11.45% from 332); Blue value is 92 (36.33% from 255 or 27.71% from 332); Max value from RGB is 202 - color contains mainly: red. Hex color #CA265C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA265C is #35D9A3. Grayscale: #5D5D5D. Windows color (decimal): -3529124 or 6039242. OLE color: 6039242.

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

Color convert

RGB 202 38 92 -
CMYK 0 0.81 0.54 0.21
HSL 340.24º 0.68% 0.47% -
HSV(B) 340.24º 0.81% 0.79% -
XYZ 26.98 14.72 11.54 -
YUV 93.19 127.33 205.61 -
System Red Green Blue C M Y K H S L
Decimal 202 38 92 0 0.81 0.54 0.21 340.24 0.68 0.47
Hex CA 26 5C 0 51 36 15 154 44 2F
Octal 312 46 134 0 121 66 25 524 104 57
Binary 11001010 100110 1011100 0 1010001 110110 10101 101010100 1000100 101111

Color Harmonies of #CA265C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA265C

Black with #CA265C

Text Example


Text Example

White with #CA265C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA265C; }

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

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

background-color css

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

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

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

border-color css

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

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

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