Html Css Color HEX #CF3050 Old Rose

📋 copy color: '#CF3050'

red 207 ◦ green 48 ◦ blue 80

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

Shades of Old Rose #CF3050

Tints of Old Rose #CF3050

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 23.88%

R = 61.79%
G = 14.33%
B = 23.88%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.61

 K value IS 0.19

RGB Variations

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

Color information

#CF3050 (or 0xCF3050) is known color: Old Rose. HEX triplet: CF, 30 and 50. RGB value is (207,48,80). Sum of RGB (Red+Green+Blue) = 207+48+80=335 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.79% from 335); Green value is 48 (19.14% from 255 or 14.33% from 335); Blue value is 80 (31.64% from 255 or 23.88% from 335); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3050 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF3050 is #30CFAF. Grayscale: #636363. Windows color (decimal): -3198896 or 5255375. OLE color: 5255375.

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

Color convert

RGB 207 48 80 -
CMYK 0 0.77 0.61 0.19
HSL 347.92º 0.62% 0.5% -
HSV(B) 347.92º 0.77% 0.81% -
XYZ 28.24 15.96 9.18 -
YUV 99.19 117.18 204.9 -
System Red Green Blue C M Y K H S L
Decimal 207 48 80 0 0.77 0.61 0.19 347.92 0.62 0.5
Hex CF 30 50 0 4D 3D 13 15C 3E 32
Octal 317 60 120 0 115 75 23 534 76 62
Binary 11001111 110000 1010000 0 1001101 111101 10011 101011100 111110 110010

Color Harmonies of #CF3050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3050

Black with #CF3050

Text Example


Text Example

White with #CF3050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3050; }

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

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

background-color css

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

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

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

border-color css

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

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

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