Html Css Color HEX #CA214B Old Rose

📋 copy color: '#CA214B'

red 202 ◦ green 33 ◦ blue 75

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

Shades of Old Rose #CA214B

Tints of Old Rose #CA214B

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.65%

 BLUE value IS 75 (29.69% from 255) = 24.19%

R = 65.16%
G = 10.65%
B = 24.19%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.63

 K value IS 0.21

RGB Variations

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

Color information

#CA214B (or 0xCA214B) is known color: Old Rose. HEX triplet: CA, 21 and 4B. RGB value is (202,33,75). Sum of RGB (Red+Green+Blue) = 202+33+75=310 (41% of max value = 765). Red value is 202 (79.30% from 255 or 65.16% from 310); Green value is 33 (13.28% from 255 or 10.65% from 310); Blue value is 75 (29.69% from 255 or 24.19% from 310); Max value from RGB is 202 - color contains mainly: red. Hex color #CA214B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA214B is #35DEB4. Grayscale: #585858. Windows color (decimal): -3530421 or 4923850. OLE color: 4923850.

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

Color convert

RGB 202 33 75 -
CMYK 0 0.84 0.63 0.21
HSL 345.09º 0.72% 0.46% -
HSV(B) 345.09º 0.84% 0.79% -
XYZ 26.17 14.15 8.01 -
YUV 88.32 120.49 209.08 -
System Red Green Blue C M Y K H S L
Decimal 202 33 75 0 0.84 0.63 0.21 345.09 0.72 0.46
Hex CA 21 4B 0 54 3F 15 159 48 2E
Octal 312 41 113 0 124 77 25 531 110 56
Binary 11001010 100001 1001011 0 1010100 111111 10101 101011001 1001000 101110

Color Harmonies of #CA214B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA214B

Black with #CA214B

Text Example


Text Example

White with #CA214B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA214B; }

 p { color: rgb(202,33,75); }

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

background-color css

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

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

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

border-color css

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

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

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