Html Css Color HEX #CF3650 Old Rose

📋 copy color: '#CF3650'

red 207 ◦ green 54 ◦ blue 80

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

Shades of Old Rose #CF3650

Tints of Old Rose #CF3650

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.84%

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

R = 60.7%
G = 15.84%
B = 23.46%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.61

 K value IS 0.19

RGB Variations

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

Color information

#CF3650 (or 0xCF3650) is known color: Old Rose. HEX triplet: CF, 36 and 50. RGB value is (207,54,80). Sum of RGB (Red+Green+Blue) = 207+54+80=341 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60.70% from 341); Green value is 54 (21.48% from 255 or 15.84% from 341); Blue value is 80 (31.64% from 255 or 23.46% from 341); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3650 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF3650 is #30C9AF. Grayscale: #666666. Windows color (decimal): -3197360 or 5256911. OLE color: 5256911.

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

Color convert

RGB 207 54 80 -
CMYK 0 0.74 0.61 0.19
HSL 349.8º 0.61% 0.51% -
HSV(B) 349.8º 0.74% 0.81% -
XYZ 28.5 16.48 9.27 -
YUV 102.71 115.19 202.39 -
System Red Green Blue C M Y K H S L
Decimal 207 54 80 0 0.74 0.61 0.19 349.8 0.61 0.51
Hex CF 36 50 0 4A 3D 13 15E 3D 33
Octal 317 66 120 0 112 75 23 536 75 63
Binary 11001111 110110 1010000 0 1001010 111101 10011 101011110 111101 110011

Color Harmonies of #CF3650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3650

Black with #CF3650

Text Example


Text Example

White with #CF3650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3650; }

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

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

background-color css

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

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

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

border-color css

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

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

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