Html Css Color HEX #CF2C4E Old Rose

📋 copy color: '#CF2C4E'

red 207 ◦ green 44 ◦ blue 78

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

Shades of Old Rose #CF2C4E

Tints of Old Rose #CF2C4E

RGB

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

 GREEN value IS 44 (17.58% from 255) = 13.37%

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

R = 62.92%
G = 13.37%
B = 23.71%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.62

 K value IS 0.19

RGB Variations

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

Color information

#CF2C4E (or 0xCF2C4E) is known color: Old Rose. HEX triplet: CF, 2C and 4E. RGB value is (207,44,78). Sum of RGB (Red+Green+Blue) = 207+44+78=329 (43% of max value = 765). Red value is 207 (81.25% from 255 or 62.92% from 329); Green value is 44 (17.58% from 255 or 13.37% from 329); Blue value is 78 (30.86% from 255 or 23.71% from 329); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2C4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF2C4E is #30D3B1. Grayscale: #606060. Windows color (decimal): -3199922 or 5123279. OLE color: 5123279.

HSL color Cylindrical-coordinate representation of color #CF2C4E: hue angle of 347.48º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CF2C4E is Cyan = 0, Magento = 0.79, Yellow = 0.62 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 44 78 -
CMYK 0 0.79 0.62 0.19
HSL 347.48º 0.65% 0.49% -
HSV(B) 347.48º 0.79% 0.81% -
XYZ 28.01 15.62 8.75 -
YUV 96.61 117.5 206.74 -
System Red Green Blue C M Y K H S L
Decimal 207 44 78 0 0.79 0.62 0.19 347.48 0.65 0.49
Hex CF 2C 4E 0 4F 3E 13 15B 41 31
Octal 317 54 116 0 117 76 23 533 101 61
Binary 11001111 101100 1001110 0 1001111 111110 10011 101011011 1000001 110001

Color Harmonies of #CF2C4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2C4E

Black with #CF2C4E

Text Example


Text Example

White with #CF2C4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2C4E; }

 p { color: rgb(207,44,78); }

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

background-color css

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

 a { background-color: rgb(207,44,78); }

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

border-color css

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

 span { border-color: rgb(207,44,78); }

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