Html Css Color HEX #CC314F Old Rose

📋 copy color: '#CC314F'

red 204 ◦ green 49 ◦ blue 79

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

Shades of Old Rose #CC314F

Tints of Old Rose #CC314F

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.76%

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

R = 61.45%
G = 14.76%
B = 23.8%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.61

 K value IS 0.2

RGB Variations

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

Color information

#CC314F (or 0xCC314F) is known color: Old Rose. HEX triplet: CC, 31 and 4F. RGB value is (204,49,79). Sum of RGB (Red+Green+Blue) = 204+49+79=332 (43% of max value = 765). Red value is 204 (80.08% from 255 or 61.45% from 332); Green value is 49 (19.53% from 255 or 14.76% from 332); Blue value is 79 (31.25% from 255 or 23.80% from 332); Max value from RGB is 204 - color contains mainly: red. Hex color #CC314F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC314F is #33CEB0. Grayscale: #626262. Windows color (decimal): -3395249 or 5190092. OLE color: 5190092.

HSL color Cylindrical-coordinate representation of color #CC314F: hue angle of 348.39º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CC314F is Cyan = 0, Magento = 0.76, Yellow = 0.61 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 49 79 -
CMYK 0 0.76 0.61 0.2
HSL 348.39º 0.61% 0.5% -
HSV(B) 348.39º 0.76% 0.8% -
XYZ 27.41 15.6 8.96 -
YUV 98.77 116.85 203.06 -
System Red Green Blue C M Y K H S L
Decimal 204 49 79 0 0.76 0.61 0.2 348.39 0.61 0.5
Hex CC 31 4F 0 4C 3D 14 15C 3D 32
Octal 314 61 117 0 114 75 24 534 75 62
Binary 11001100 110001 1001111 0 1001100 111101 10100 101011100 111101 110010

Color Harmonies of #CC314F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC314F

Black with #CC314F

Text Example


Text Example

White with #CC314F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC314F; }

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

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

background-color css

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

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

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

border-color css

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

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

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