Html Css Color HEX #CC344D Old Rose

📋 copy color: '#CC344D'

red 204 ◦ green 52 ◦ blue 77

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

Shades of Old Rose #CC344D

Tints of Old Rose #CC344D

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.62%

 BLUE value IS 77 (30.47% from 255) = 23.12%

R = 61.26%
G = 15.62%
B = 23.12%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.62

 K value IS 0.2

RGB Variations

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

Color information

#CC344D (or 0xCC344D) is known color: Old Rose. HEX triplet: CC, 34 and 4D. RGB value is (204,52,77). Sum of RGB (Red+Green+Blue) = 204+52+77=333 (44% of max value = 765). Red value is 204 (80.08% from 255 or 61.26% from 333); Green value is 52 (20.70% from 255 or 15.62% from 333); Blue value is 77 (30.47% from 255 or 23.12% from 333); Max value from RGB is 204 - color contains mainly: red. Hex color #CC344D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC344D is #33CBB2. Grayscale: #646464. Windows color (decimal): -3394483 or 5059788. OLE color: 5059788.

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

Color convert

RGB 204 52 77 -
CMYK 0 0.75 0.62 0.2
HSL 350.13º 0.6% 0.5% -
HSV(B) 350.13º 0.75% 0.8% -
XYZ 27.47 15.83 8.63 -
YUV 100.3 114.86 201.97 -
System Red Green Blue C M Y K H S L
Decimal 204 52 77 0 0.75 0.62 0.2 350.13 0.6 0.5
Hex CC 34 4D 0 4B 3E 14 15E 3C 32
Octal 314 64 115 0 113 76 24 536 74 62
Binary 11001100 110100 1001101 0 1001011 111110 10100 101011110 111100 110010

Color Harmonies of #CC344D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC344D

Black with #CC344D

Text Example


Text Example

White with #CC344D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC344D; }

 p { color: rgb(204,52,77); }

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

background-color css

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

 a { background-color: rgb(204,52,77); }

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

border-color css

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

 span { border-color: rgb(204,52,77); }

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