Html Css Color HEX #CF2D56 Old Rose

📋 copy color: '#CF2D56'

red 207 ◦ green 45 ◦ blue 86

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

Shades of Old Rose #CF2D56

Tints of Old Rose #CF2D56

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.31%

 BLUE value IS 86 (33.98% from 255) = 25.44%

R = 61.24%
G = 13.31%
B = 25.44%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.58

 K value IS 0.19

RGB Variations

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

Color information

#CF2D56 (or 0xCF2D56) is known color: Old Rose. HEX triplet: CF, 2D and 56. RGB value is (207,45,86). Sum of RGB (Red+Green+Blue) = 207+45+86=338 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.24% from 338); Green value is 45 (17.97% from 255 or 13.31% from 338); Blue value is 86 (33.98% from 255 or 25.44% from 338); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2D56 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF2D56 is #30D2A9. Grayscale: #626262. Windows color (decimal): -3199658 or 5647823. OLE color: 5647823.

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

Color convert

RGB 207 45 86 -
CMYK 0 0.78 0.58 0.19
HSL 344.81º 0.64% 0.49% -
HSV(B) 344.81º 0.78% 0.81% -
XYZ 28.35 15.81 10.36 -
YUV 98.11 121.17 205.67 -
System Red Green Blue C M Y K H S L
Decimal 207 45 86 0 0.78 0.58 0.19 344.81 0.64 0.49
Hex CF 2D 56 0 4E 3A 13 159 40 31
Octal 317 55 126 0 116 72 23 531 100 61
Binary 11001111 101101 1010110 0 1001110 111010 10011 101011001 1000000 110001

Color Harmonies of #CF2D56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2D56

Black with #CF2D56

Text Example


Text Example

White with #CF2D56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2D56; }

 p { color: rgb(207,45,86); }

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

background-color css

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

 a { background-color: rgb(207,45,86); }

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

border-color css

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

 span { border-color: rgb(207,45,86); }

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