Html Css Color HEX #CF3A51 Old Rose

📋 copy color: '#CF3A51'

red 207 ◦ green 58 ◦ blue 81

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

Shades of Old Rose #CF3A51

Tints of Old Rose #CF3A51

RGB

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

 GREEN value IS 58 (23.05% from 255) = 16.76%

 BLUE value IS 81 (32.03% from 255) = 23.41%

R = 59.83%
G = 16.76%
B = 23.41%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.61

 K value IS 0.19

RGB Variations

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

Color information

#CF3A51 (or 0xCF3A51) is known color: Old Rose. HEX triplet: CF, 3A and 51. RGB value is (207,58,81). Sum of RGB (Red+Green+Blue) = 207+58+81=346 (45% of max value = 765). Red value is 207 (81.25% from 255 or 59.83% from 346); Green value is 58 (23.05% from 255 or 16.76% from 346); Blue value is 81 (32.03% from 255 or 23.41% from 346); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3A51 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF3A51 is #30C5AE. Grayscale: #696969. Windows color (decimal): -3196335 or 5323471. OLE color: 5323471.

HSL color Cylindrical-coordinate representation of color #CF3A51: hue angle of 350.74º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CF3A51 is Cyan = 0, Magento = 0.72, Yellow = 0.61 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 58 81 -
CMYK 0 0.72 0.61 0.19
HSL 350.74º 0.61% 0.52% -
HSV(B) 350.74º 0.72% 0.81% -
XYZ 28.73 16.89 9.53 -
YUV 105.17 114.36 200.63 -
System Red Green Blue C M Y K H S L
Decimal 207 58 81 0 0.72 0.61 0.19 350.74 0.61 0.52
Hex CF 3A 51 0 48 3D 13 15F 3D 34
Octal 317 72 121 0 110 75 23 537 75 64
Binary 11001111 111010 1010001 0 1001000 111101 10011 101011111 111101 110100

Color Harmonies of #CF3A51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3A51

Black with #CF3A51

Text Example


Text Example

White with #CF3A51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3A51; }

 p { color: rgb(207,58,81); }

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

background-color css

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

 a { background-color: rgb(207,58,81); }

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

border-color css

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

 span { border-color: rgb(207,58,81); }

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