Html Css Color HEX #CF3057 Old Rose

📋 copy color: '#CF3057'

red 207 ◦ green 48 ◦ blue 87

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

Shades of Old Rose #CF3057

Tints of Old Rose #CF3057

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.04%

 BLUE value IS 87 (34.38% from 255) = 25.44%

R = 60.53%
G = 14.04%
B = 25.44%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.58

 K value IS 0.19

RGB Variations

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

Color information

#CF3057 (or 0xCF3057) is known color: Old Rose. HEX triplet: CF, 30 and 57. RGB value is (207,48,87). Sum of RGB (Red+Green+Blue) = 207+48+87=342 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60.53% from 342); Green value is 48 (19.14% from 255 or 14.04% from 342); Blue value is 87 (34.38% from 255 or 25.44% from 342); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3057 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF3057 is #30CFA8. Grayscale: #636363. Windows color (decimal): -3198889 or 5714127. OLE color: 5714127.

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

Color convert

RGB 207 48 87 -
CMYK 0 0.77 0.58 0.19
HSL 345.28º 0.62% 0.5% -
HSV(B) 345.28º 0.77% 0.81% -
XYZ 28.51 16.07 10.62 -
YUV 99.99 120.68 204.33 -
System Red Green Blue C M Y K H S L
Decimal 207 48 87 0 0.77 0.58 0.19 345.28 0.62 0.5
Hex CF 30 57 0 4D 3A 13 159 3E 32
Octal 317 60 127 0 115 72 23 531 76 62
Binary 11001111 110000 1010111 0 1001101 111010 10011 101011001 111110 110010

Color Harmonies of #CF3057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3057

Black with #CF3057

Text Example


Text Example

White with #CF3057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3057; }

 p { color: rgb(207,48,87); }

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

background-color css

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

 a { background-color: rgb(207,48,87); }

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

border-color css

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

 span { border-color: rgb(207,48,87); }

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