Html Css Color HEX #CA3D4E Old Rose

📋 copy color: '#CA3D4E'

red 202 ◦ green 61 ◦ blue 78

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

Shades of Old Rose #CA3D4E

Tints of Old Rose #CA3D4E

RGB

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

 GREEN value IS 61 (24.22% from 255) = 17.89%

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

R = 59.24%
G = 17.89%
B = 22.87%

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

#CA3D4E (or 0xCA3D4E) is known color: Old Rose. HEX triplet: CA, 3D and 4E. RGB value is (202,61,78). Sum of RGB (Red+Green+Blue) = 202+61+78=341 (45% of max value = 765). Red value is 202 (79.30% from 255 or 59.24% from 341); Green value is 61 (24.22% from 255 or 17.89% from 341); Blue value is 78 (30.86% from 255 or 22.87% from 341); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3D4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA3D4E is #35C2B1. Grayscale: #696969. Windows color (decimal): -3523250 or 5127626. OLE color: 5127626.

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

Color convert

RGB 202 61 78 -
CMYK 0 0.70 0.61 0.21
HSL 352.77º 0.57% 0.52% -
HSV(B) 352.77º 0.7% 0.79% -
XYZ 27.4 16.44 8.94 -
YUV 105.1 112.71 197.12 -
System Red Green Blue C M Y K H S L
Decimal 202 61 78 0 0.70 0.61 0.21 352.77 0.57 0.52
Hex CA 3D 4E 0 46 3D 15 161 39 34
Octal 312 75 116 0 106 75 25 541 71 64
Binary 11001010 111101 1001110 0 1000110 111101 10101 101100001 111001 110100

Color Harmonies of #CA3D4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA3D4E

Black with #CA3D4E

Text Example


Text Example

White with #CA3D4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA3D4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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