Html Css Color HEX #CA334E Old Rose

📋 copy color: '#CA334E'

red 202 ◦ green 51 ◦ blue 78

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

Shades of Old Rose #CA334E

Tints of Old Rose #CA334E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 23.56%

R = 61.03%
G = 15.41%
B = 23.56%

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

#CA334E (or 0xCA334E) is known color: Old Rose. HEX triplet: CA, 33 and 4E. RGB value is (202,51,78). Sum of RGB (Red+Green+Blue) = 202+51+78=331 (43% of max value = 765). Red value is 202 (79.30% from 255 or 61.03% from 331); Green value is 51 (20.31% from 255 or 15.41% from 331); Blue value is 78 (30.86% from 255 or 23.56% from 331); Max value from RGB is 202 - color contains mainly: red. Hex color #CA334E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA334E is #35CCB1. Grayscale: #636363. Windows color (decimal): -3525810 or 5125066. OLE color: 5125066.

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

Color convert

RGB 202 51 78 -
CMYK 0 0.75 0.61 0.21
HSL 349.27º 0.6% 0.5% -
HSV(B) 349.27º 0.75% 0.79% -
XYZ 26.92 15.47 8.78 -
YUV 99.23 116.03 201.3 -
System Red Green Blue C M Y K H S L
Decimal 202 51 78 0 0.75 0.61 0.21 349.27 0.6 0.5
Hex CA 33 4E 0 4B 3D 15 15D 3C 32
Octal 312 63 116 0 113 75 25 535 74 62
Binary 11001010 110011 1001110 0 1001011 111101 10101 101011101 111100 110010

Color Harmonies of #CA334E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA334E

Black with #CA334E

Text Example


Text Example

White with #CA334E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA334E; }

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

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

background-color css

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

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

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

border-color css

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

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

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