Html Css Color HEX #CF2E53 Old Rose

📋 copy color: '#CF2E53'

red 207 ◦ green 46 ◦ blue 83

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

Shades of Old Rose #CF2E53

Tints of Old Rose #CF2E53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 24.7%

R = 61.61%
G = 13.69%
B = 24.7%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.60

 K value IS 0.19

RGB Variations

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

Color information

#CF2E53 (or 0xCF2E53) is known color: Old Rose. HEX triplet: CF, 2E and 53. RGB value is (207,46,83). Sum of RGB (Red+Green+Blue) = 207+46+83=336 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.61% from 336); Green value is 46 (18.36% from 255 or 13.69% from 336); Blue value is 83 (32.81% from 255 or 24.70% from 336); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2E53 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF2E53 is #30D1AC. Grayscale: #626262. Windows color (decimal): -3199405 or 5451471. OLE color: 5451471.

HSL color Cylindrical-coordinate representation of color #CF2E53: hue angle of 346.21º 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 #CF2E53 is Cyan = 0, Magento = 0.78, Yellow = 0.60 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 46 83 -
CMYK 0 0.78 0.60 0.19
HSL 346.21º 0.64% 0.5% -
HSV(B) 346.21º 0.78% 0.81% -
XYZ 28.27 15.84 9.75 -
YUV 98.36 119.34 205.49 -
System Red Green Blue C M Y K H S L
Decimal 207 46 83 0 0.78 0.60 0.19 346.21 0.64 0.5
Hex CF 2E 53 0 4E 3C 13 15A 40 32
Octal 317 56 123 0 116 74 23 532 100 62
Binary 11001111 101110 1010011 0 1001110 111100 10011 101011010 1000000 110010

Color Harmonies of #CF2E53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2E53

Black with #CF2E53

Text Example


Text Example

White with #CF2E53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2E53; }

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

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

background-color css

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

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

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

border-color css

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

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

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