Html Css Color HEX #CC374F Old Rose

📋 copy color: '#CC374F'

red 204 ◦ green 55 ◦ blue 79

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

Shades of Old Rose #CC374F

Tints of Old Rose #CC374F

RGB

 RED value IS 204 (80.08% from 255) = 60.36%

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

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

R = 60.36%
G = 16.27%
B = 23.37%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.61

 K value IS 0.2

RGB Variations

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

Color information

#CC374F (or 0xCC374F) is known color: Old Rose. HEX triplet: CC, 37 and 4F. RGB value is (204,55,79). Sum of RGB (Red+Green+Blue) = 204+55+79=338 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.36% from 338); Green value is 55 (21.88% from 255 or 16.27% from 338); Blue value is 79 (31.25% from 255 or 23.37% from 338); Max value from RGB is 204 - color contains mainly: red. Hex color #CC374F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC374F is #33C8B0. Grayscale: #666666. Windows color (decimal): -3393713 or 5191628. OLE color: 5191628.

HSL color Cylindrical-coordinate representation of color #CC374F: hue angle of 350.34º degrees, saturation: 0.59, 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 #CC374F is Cyan = 0, Magento = 0.73, Yellow = 0.61 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 55 79 -
CMYK 0 0.73 0.61 0.2
HSL 350.34º 0.59% 0.51% -
HSV(B) 350.34º 0.73% 0.8% -
XYZ 27.68 16.13 9.05 -
YUV 102.29 114.86 200.55 -
System Red Green Blue C M Y K H S L
Decimal 204 55 79 0 0.73 0.61 0.2 350.34 0.59 0.51
Hex CC 37 4F 0 49 3D 14 15E 3B 33
Octal 314 67 117 0 111 75 24 536 73 63
Binary 11001100 110111 1001111 0 1001001 111101 10100 101011110 111011 110011

Color Harmonies of #CC374F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC374F

Black with #CC374F

Text Example


Text Example

White with #CC374F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC374F; }

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

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

background-color css

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

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

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

border-color css

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

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

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