Html Css Color HEX #CF3A50 Old Rose

📋 copy color: '#CF3A50'

red 207 ◦ green 58 ◦ blue 80

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

Shades of Old Rose #CF3A50

Tints of Old Rose #CF3A50

RGB

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

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

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

R = 60%
G = 16.81%
B = 23.19%

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

#CF3A50 (or 0xCF3A50) is known color: Old Rose. HEX triplet: CF, 3A and 50. RGB value is (207,58,80). Sum of RGB (Red+Green+Blue) = 207+58+80=345 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60% from 345); Green value is 58 (23.05% from 255 or 16.81% from 345); Blue value is 80 (31.64% from 255 or 23.19% from 345); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3A50 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF3A50 is #30C5AF. Grayscale: #696969. Windows color (decimal): -3196336 or 5257935. OLE color: 5257935.

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

Color convert

RGB 207 58 80 -
CMYK 0 0.72 0.61 0.19
HSL 351.14º 0.61% 0.52% -
HSV(B) 351.14º 0.72% 0.81% -
XYZ 28.69 16.87 9.33 -
YUV 105.06 113.86 200.71 -
System Red Green Blue C M Y K H S L
Decimal 207 58 80 0 0.72 0.61 0.19 351.14 0.61 0.52
Hex CF 3A 50 0 48 3D 13 15F 3D 34
Octal 317 72 120 0 110 75 23 537 75 64
Binary 11001111 111010 1010000 0 1001000 111101 10011 101011111 111101 110100

Color Harmonies of #CF3A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3A50

Black with #CF3A50

Text Example


Text Example

White with #CF3A50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3A50; }

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

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

background-color css

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

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

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

border-color css

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

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

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