Html Css Color HEX #CF2E55 Old Rose

📋 copy color: '#CF2E55'

red 207 ◦ green 46 ◦ blue 85

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

Shades of Old Rose #CF2E55

Tints of Old Rose #CF2E55

RGB

 RED value IS 207 (81.25% from 255) = 61.24%

 GREEN value IS 46 (18.36% from 255) = 13.61%

 BLUE value IS 85 (33.59% from 255) = 25.15%

R = 61.24%
G = 13.61%
B = 25.15%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.59

 K value IS 0.19

RGB Variations

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

Color information

#CF2E55 (or 0xCF2E55) is known color: Old Rose. HEX triplet: CF, 2E and 55. RGB value is (207,46,85). Sum of RGB (Red+Green+Blue) = 207+46+85=338 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.24% from 338); Green value is 46 (18.36% from 255 or 13.61% from 338); Blue value is 85 (33.59% from 255 or 25.15% from 338); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2E55 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF2E55 is #30D1AA. Grayscale: #626262. Windows color (decimal): -3199403 or 5582543. OLE color: 5582543.

HSL color Cylindrical-coordinate representation of color #CF2E55: hue angle of 345.47º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CF2E55 is Cyan = 0, Magento = 0.78, Yellow = 0.59 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 46 85 -
CMYK 0 0.78 0.59 0.19
HSL 345.47º 0.64% 0.5% -
HSV(B) 345.47º 0.78% 0.81% -
XYZ 28.35 15.88 10.16 -
YUV 98.59 120.34 205.33 -
System Red Green Blue C M Y K H S L
Decimal 207 46 85 0 0.78 0.59 0.19 345.47 0.64 0.5
Hex CF 2E 55 0 4E 3B 13 159 40 32
Octal 317 56 125 0 116 73 23 531 100 62
Binary 11001111 101110 1010101 0 1001110 111011 10011 101011001 1000000 110010

Color Harmonies of #CF2E55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2E55

Black with #CF2E55

Text Example


Text Example

White with #CF2E55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2E55; }

 p { color: rgb(207,46,85); }

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

background-color css

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

 a { background-color: rgb(207,46,85); }

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

border-color css

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

 span { border-color: rgb(207,46,85); }

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