Html Css Color HEX #CA334F Old Rose

📋 copy color: '#CA334F'

red 202 ◦ green 51 ◦ blue 79

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

Shades of Old Rose #CA334F

Tints of Old Rose #CA334F

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.36%

 BLUE value IS 79 (31.25% from 255) = 23.8%

R = 60.84%
G = 15.36%
B = 23.8%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.61

 K value IS 0.21

RGB Variations

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

Color information

#CA334F (or 0xCA334F) is known color: Old Rose. HEX triplet: CA, 33 and 4F. RGB value is (202,51,79). Sum of RGB (Red+Green+Blue) = 202+51+79=332 (43% of max value = 765). Red value is 202 (79.30% from 255 or 60.84% from 332); Green value is 51 (20.31% from 255 or 15.36% from 332); Blue value is 79 (31.25% from 255 or 23.80% from 332); Max value from RGB is 202 - color contains mainly: red. Hex color #CA334F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA334F is #35CCB0. Grayscale: #636363. Windows color (decimal): -3525809 or 5190602. OLE color: 5190602.

HSL color Cylindrical-coordinate representation of color #CA334F: hue angle of 348.87º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CA334F is Cyan = 0, Magento = 0.75, Yellow = 0.61 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 51 79 -
CMYK 0 0.75 0.61 0.21
HSL 348.87º 0.6% 0.5% -
HSV(B) 348.87º 0.75% 0.79% -
XYZ 26.95 15.49 8.97 -
YUV 99.34 116.53 201.22 -
System Red Green Blue C M Y K H S L
Decimal 202 51 79 0 0.75 0.61 0.21 348.87 0.6 0.5
Hex CA 33 4F 0 4B 3D 15 15D 3C 32
Octal 312 63 117 0 113 75 25 535 74 62
Binary 11001010 110011 1001111 0 1001011 111101 10101 101011101 111100 110010

Color Harmonies of #CA334F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA334F

Black with #CA334F

Text Example


Text Example

White with #CA334F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA334F; }

 p { color: rgb(202,51,79); }

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

background-color css

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

 a { background-color: rgb(202,51,79); }

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

border-color css

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

 span { border-color: rgb(202,51,79); }

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