Html Css Color HEX #CA3C4E Old Rose

📋 copy color: '#CA3C4E'

red 202 ◦ green 60 ◦ blue 78

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

Shades of Old Rose #CA3C4E

Tints of Old Rose #CA3C4E

RGB

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

 GREEN value IS 60 (23.83% from 255) = 17.65%

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

R = 59.41%
G = 17.65%
B = 22.94%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.61

 K value IS 0.21

RGB Variations

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

Color information

#CA3C4E (or 0xCA3C4E) is known color: Old Rose. HEX triplet: CA, 3C and 4E. RGB value is (202,60,78). Sum of RGB (Red+Green+Blue) = 202+60+78=340 (45% of max value = 765). Red value is 202 (79.30% from 255 or 59.41% from 340); Green value is 60 (23.83% from 255 or 17.65% from 340); Blue value is 78 (30.86% from 255 or 22.94% from 340); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3C4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA3C4E is #35C3B1. Grayscale: #686868. Windows color (decimal): -3523506 or 5127370. OLE color: 5127370.

HSL color Cylindrical-coordinate representation of color #CA3C4E: hue angle of 352.39º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CA3C4E is Cyan = 0, Magento = 0.70, Yellow = 0.61 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 60 78 -
CMYK 0 0.70 0.61 0.21
HSL 352.39º 0.57% 0.51% -
HSV(B) 352.39º 0.7% 0.79% -
XYZ 27.35 16.34 8.92 -
YUV 104.51 113.04 197.54 -
System Red Green Blue C M Y K H S L
Decimal 202 60 78 0 0.70 0.61 0.21 352.39 0.57 0.51
Hex CA 3C 4E 0 46 3D 15 160 39 33
Octal 312 74 116 0 106 75 25 540 71 63
Binary 11001010 111100 1001110 0 1000110 111101 10101 101100000 111001 110011

Color Harmonies of #CA3C4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA3C4E

Black with #CA3C4E

Text Example


Text Example

White with #CA3C4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA3C4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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