Html Css Color HEX #CA374E Old Rose

📋 copy color: '#CA374E'

red 202 ◦ green 55 ◦ blue 78

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

Shades of Old Rose #CA374E

Tints of Old Rose #CA374E

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.42%

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

R = 60.3%
G = 16.42%
B = 23.28%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.61

 K value IS 0.21

RGB Variations

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

Color information

#CA374E (or 0xCA374E) is known color: Old Rose. HEX triplet: CA, 37 and 4E. RGB value is (202,55,78). Sum of RGB (Red+Green+Blue) = 202+55+78=335 (44% of max value = 765). Red value is 202 (79.30% from 255 or 60.30% from 335); Green value is 55 (21.88% from 255 or 16.42% from 335); Blue value is 78 (30.86% from 255 or 23.28% from 335); Max value from RGB is 202 - color contains mainly: red. Hex color #CA374E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA374E is #35C8B1. Grayscale: #656565. Windows color (decimal): -3524786 or 5126090. OLE color: 5126090.

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

Color convert

RGB 202 55 78 -
CMYK 0 0.73 0.61 0.21
HSL 350.61º 0.58% 0.5% -
HSV(B) 350.61º 0.73% 0.79% -
XYZ 27.1 15.84 8.84 -
YUV 101.58 114.7 199.63 -
System Red Green Blue C M Y K H S L
Decimal 202 55 78 0 0.73 0.61 0.21 350.61 0.58 0.5
Hex CA 37 4E 0 49 3D 15 15F 3A 32
Octal 312 67 116 0 111 75 25 537 72 62
Binary 11001010 110111 1001110 0 1001001 111101 10101 101011111 111010 110010

Color Harmonies of #CA374E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA374E

Black with #CA374E

Text Example


Text Example

White with #CA374E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA374E; }

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

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

background-color css

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

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

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

border-color css

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

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

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