Html Css Color HEX #CC3454 Old Rose

📋 copy color: '#CC3454'

red 204 ◦ green 52 ◦ blue 84

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

Shades of Old Rose #CC3454

Tints of Old Rose #CC3454

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 24.71%

R = 60%
G = 15.29%
B = 24.71%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.59

 K value IS 0.2

RGB Variations

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

Color information

#CC3454 (or 0xCC3454) is known color: Old Rose. HEX triplet: CC, 34 and 54. RGB value is (204,52,84). Sum of RGB (Red+Green+Blue) = 204+52+84=340 (45% of max value = 765). Red value is 204 (80.08% from 255 or 60% from 340); Green value is 52 (20.70% from 255 or 15.29% from 340); Blue value is 84 (33.20% from 255 or 24.71% from 340); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3454 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC3454 is #33CBAB. Grayscale: #656565. Windows color (decimal): -3394476 or 5518540. OLE color: 5518540.

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

Color convert

RGB 204 52 84 -
CMYK 0 0.75 0.59 0.2
HSL 347.37º 0.6% 0.5% -
HSV(B) 347.37º 0.75% 0.8% -
XYZ 27.73 15.93 10 -
YUV 101.1 118.36 201.4 -
System Red Green Blue C M Y K H S L
Decimal 204 52 84 0 0.75 0.59 0.2 347.37 0.6 0.5
Hex CC 34 54 0 4B 3B 14 15B 3C 32
Octal 314 64 124 0 113 73 24 533 74 62
Binary 11001100 110100 1010100 0 1001011 111011 10100 101011011 111100 110010

Color Harmonies of #CC3454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3454

Black with #CC3454

Text Example


Text Example

White with #CC3454

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3454; }

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

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

background-color css

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

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

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

border-color css

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

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

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