Html Css Color HEX #CF3754 Old Rose

📋 copy color: '#CF3754'

red 207 ◦ green 55 ◦ blue 84

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

Shades of Old Rose #CF3754

Tints of Old Rose #CF3754

RGB

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

 GREEN value IS 55 (21.88% from 255) = 15.9%

 BLUE value IS 84 (33.2% from 255) = 24.28%

R = 59.83%
G = 15.9%
B = 24.28%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.59

 K value IS 0.19

RGB Variations

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

Color information

#CF3754 (or 0xCF3754) is known color: Old Rose. HEX triplet: CF, 37 and 54. RGB value is (207,55,84). Sum of RGB (Red+Green+Blue) = 207+55+84=346 (45% of max value = 765). Red value is 207 (81.25% from 255 or 59.83% from 346); Green value is 55 (21.88% from 255 or 15.90% from 346); Blue value is 84 (33.20% from 255 or 24.28% from 346); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3754 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF3754 is #30C8AB. Grayscale: #676767. Windows color (decimal): -3197100 or 5519311. OLE color: 5519311.

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

Color convert

RGB 207 55 84 -
CMYK 0 0.73 0.59 0.19
HSL 348.55º 0.61% 0.51% -
HSV(B) 348.55º 0.73% 0.81% -
XYZ 28.7 16.64 10.09 -
YUV 103.75 116.86 201.64 -
System Red Green Blue C M Y K H S L
Decimal 207 55 84 0 0.73 0.59 0.19 348.55 0.61 0.51
Hex CF 37 54 0 49 3B 13 15D 3D 33
Octal 317 67 124 0 111 73 23 535 75 63
Binary 11001111 110111 1010100 0 1001001 111011 10011 101011101 111101 110011

Color Harmonies of #CF3754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3754

Black with #CF3754

Text Example


Text Example

White with #CF3754

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3754; }

 p { color: rgb(207,55,84); }

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

background-color css

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

 a { background-color: rgb(207,55,84); }

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

border-color css

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

 span { border-color: rgb(207,55,84); }

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