Html Css Color HEX #CC354D Old Rose

📋 copy color: '#CC354D'

red 204 ◦ green 53 ◦ blue 77

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

Shades of Old Rose #CC354D

Tints of Old Rose #CC354D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.87%

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

R = 61.08%
G = 15.87%
B = 23.05%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.62

 K value IS 0.2

RGB Variations

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

Color information

#CC354D (or 0xCC354D) is known color: Old Rose. HEX triplet: CC, 35 and 4D. RGB value is (204,53,77). Sum of RGB (Red+Green+Blue) = 204+53+77=334 (44% of max value = 765). Red value is 204 (80.08% from 255 or 61.08% from 334); Green value is 53 (21.09% from 255 or 15.87% from 334); Blue value is 77 (30.47% from 255 or 23.05% from 334); Max value from RGB is 204 - color contains mainly: red. Hex color #CC354D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC354D is #33CAB2. Grayscale: #646464. Windows color (decimal): -3394227 or 5060044. OLE color: 5060044.

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

Color convert

RGB 204 53 77 -
CMYK 0 0.74 0.62 0.2
HSL 350.46º 0.6% 0.5% -
HSV(B) 350.46º 0.74% 0.8% -
XYZ 27.51 15.92 8.64 -
YUV 100.89 114.53 201.55 -
System Red Green Blue C M Y K H S L
Decimal 204 53 77 0 0.74 0.62 0.2 350.46 0.6 0.5
Hex CC 35 4D 0 4A 3E 14 15E 3C 32
Octal 314 65 115 0 112 76 24 536 74 62
Binary 11001100 110101 1001101 0 1001010 111110 10100 101011110 111100 110010

Color Harmonies of #CC354D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC354D

Black with #CC354D

Text Example


Text Example

White with #CC354D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC354D; }

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

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

background-color css

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

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

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

border-color css

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

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

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