Html Css Color HEX #CD374F Old Rose

📋 copy color: '#CD374F'

red 205 ◦ green 55 ◦ blue 79

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

Shades of Old Rose #CD374F

Tints of Old Rose #CD374F

RGB

 RED value IS 205 (80.47% from 255) = 60.47%

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

 BLUE value IS 79 (31.25% from 255) = 23.3%

R = 60.47%
G = 16.22%
B = 23.3%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.61

 K value IS 0.20

RGB Variations

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

Color information

#CD374F (or 0xCD374F) is known color: Old Rose. HEX triplet: CD, 37 and 4F. RGB value is (205,55,79). Sum of RGB (Red+Green+Blue) = 205+55+79=339 (44% of max value = 765). Red value is 205 (80.47% from 255 or 60.47% from 339); Green value is 55 (21.88% from 255 or 16.22% from 339); Blue value is 79 (31.25% from 255 or 23.30% from 339); Max value from RGB is 205 - color contains mainly: red. Hex color #CD374F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD374F is #32C8B0. Grayscale: #666666. Windows color (decimal): -3328177 or 5191629. OLE color: 5191629.

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

Color convert

RGB 205 55 79 -
CMYK 0 0.73 0.61 0.20
HSL 350.4º 0.6% 0.51% -
HSV(B) 350.4º 0.73% 0.8% -
XYZ 27.95 16.28 9.07 -
YUV 102.59 114.7 201.05 -
System Red Green Blue C M Y K H S L
Decimal 205 55 79 0 0.73 0.61 0.20 350.4 0.6 0.51
Hex CD 37 4F 0 49 3D 14 15E 3C 33
Octal 315 67 117 0 111 75 24 536 74 63
Binary 11001101 110111 1001111 0 1001001 111101 10100 101011110 111100 110011

Color Harmonies of #CD374F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD374F

Black with #CD374F

Text Example


Text Example

White with #CD374F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD374F; }

 p { color: rgb(205,55,79); }

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

background-color css

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

 a { background-color: rgb(205,55,79); }

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

border-color css

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

 span { border-color: rgb(205,55,79); }

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