Html Css Color HEX #CC385A Old Rose

📋 copy color: '#CC385A'

red 204 ◦ green 56 ◦ blue 90

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

Shades of Old Rose #CC385A

Tints of Old Rose #CC385A

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16%

 BLUE value IS 90 (35.55% from 255) = 25.71%

R = 58.29%
G = 16%
B = 25.71%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.56

 K value IS 0.2

RGB Variations

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

Color information

#CC385A (or 0xCC385A) is known color: Old Rose. HEX triplet: CC, 38 and 5A. RGB value is (204,56,90). Sum of RGB (Red+Green+Blue) = 204+56+90=350 (46% of max value = 765). Red value is 204 (80.08% from 255 or 58.29% from 350); Green value is 56 (22.27% from 255 or 16% from 350); Blue value is 90 (35.55% from 255 or 25.71% from 350); Max value from RGB is 204 - color contains mainly: red. Hex color #CC385A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC385A is #33C7A5. Grayscale: #686868. Windows color (decimal): -3393446 or 5912780. OLE color: 5912780.

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

Color convert

RGB 204 56 90 -
CMYK 0 0.73 0.56 0.2
HSL 346.22º 0.59% 0.51% -
HSV(B) 346.22º 0.73% 0.8% -
XYZ 28.16 16.4 11.35 -
YUV 104.13 120.03 199.24 -
System Red Green Blue C M Y K H S L
Decimal 204 56 90 0 0.73 0.56 0.2 346.22 0.59 0.51
Hex CC 38 5A 0 49 38 14 15A 3B 33
Octal 314 70 132 0 111 70 24 532 73 63
Binary 11001100 111000 1011010 0 1001001 111000 10100 101011010 111011 110011

Color Harmonies of #CC385A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC385A

Black with #CC385A

Text Example


Text Example

White with #CC385A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC385A; }

 p { color: rgb(204,56,90); }

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

background-color css

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

 a { background-color: rgb(204,56,90); }

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

border-color css

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

 span { border-color: rgb(204,56,90); }

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