Html Css Color HEX #CA3058 Old Rose

📋 copy color: '#CA3058'

red 202 ◦ green 48 ◦ blue 88

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

Shades of Old Rose #CA3058

Tints of Old Rose #CA3058

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.2%

 BLUE value IS 88 (34.77% from 255) = 26.04%

R = 59.76%
G = 14.2%
B = 26.04%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.56

 K value IS 0.21

RGB Variations

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

Color information

#CA3058 (or 0xCA3058) is known color: Old Rose. HEX triplet: CA, 30 and 58. RGB value is (202,48,88). Sum of RGB (Red+Green+Blue) = 202+48+88=338 (44% of max value = 765). Red value is 202 (79.30% from 255 or 59.76% from 338); Green value is 48 (19.14% from 255 or 14.20% from 338); Blue value is 88 (34.77% from 255 or 26.04% from 338); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3058 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA3058 is #35CFA7. Grayscale: #626262. Windows color (decimal): -3526568 or 5779658. OLE color: 5779658.

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

Color convert

RGB 202 48 88 -
CMYK 0 0.76 0.56 0.21
HSL 344.42º 0.62% 0.49% -
HSV(B) 344.42º 0.76% 0.79% -
XYZ 27.18 15.38 10.77 -
YUV 98.61 122.02 201.75 -
System Red Green Blue C M Y K H S L
Decimal 202 48 88 0 0.76 0.56 0.21 344.42 0.62 0.49
Hex CA 30 58 0 4C 38 15 158 3E 31
Octal 312 60 130 0 114 70 25 530 76 61
Binary 11001010 110000 1011000 0 1001100 111000 10101 101011000 111110 110001

Color Harmonies of #CA3058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA3058

Black with #CA3058

Text Example


Text Example

White with #CA3058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA3058; }

 p { color: rgb(202,48,88); }

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

background-color css

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

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

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

border-color css

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

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

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