Html Css Color HEX #CF2A55 Old Rose

📋 copy color: '#CF2A55'

red 207 ◦ green 42 ◦ blue 85

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

Shades of Old Rose #CF2A55

Tints of Old Rose #CF2A55

RGB

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

 GREEN value IS 42 (16.8% from 255) = 12.57%

 BLUE value IS 85 (33.59% from 255) = 25.45%

R = 61.98%
G = 12.57%
B = 25.45%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.59

 K value IS 0.19

RGB Variations

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

Color information

#CF2A55 (or 0xCF2A55) is known color: Old Rose. HEX triplet: CF, 2A and 55. RGB value is (207,42,85). Sum of RGB (Red+Green+Blue) = 207+42+85=334 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.98% from 334); Green value is 42 (16.80% from 255 or 12.57% from 334); Blue value is 85 (33.59% from 255 or 25.45% from 334); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2A55 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF2A55 is #30D5AA. Grayscale: #606060. Windows color (decimal): -3200427 or 5581519. OLE color: 5581519.

HSL color Cylindrical-coordinate representation of color #CF2A55: hue angle of 344.36º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CF2A55 is Cyan = 0, Magento = 0.80, Yellow = 0.59 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 42 85 -
CMYK 0 0.80 0.59 0.19
HSL 344.36º 0.66% 0.49% -
HSV(B) 344.36º 0.8% 0.81% -
XYZ 28.2 15.58 10.11 -
YUV 96.24 121.66 207 -
System Red Green Blue C M Y K H S L
Decimal 207 42 85 0 0.80 0.59 0.19 344.36 0.66 0.49
Hex CF 2A 55 0 50 3B 13 158 42 31
Octal 317 52 125 0 120 73 23 530 102 61
Binary 11001111 101010 1010101 0 1010000 111011 10011 101011000 1000010 110001

Color Harmonies of #CF2A55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2A55

Black with #CF2A55

Text Example


Text Example

White with #CF2A55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2A55; }

 p { color: rgb(207,42,85); }

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

background-color css

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

 a { background-color: rgb(207,42,85); }

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

border-color css

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

 span { border-color: rgb(207,42,85); }

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