Html Css Color HEX #CC384E Old Rose

📋 copy color: '#CC384E'

red 204 ◦ green 56 ◦ blue 78

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

Shades of Old Rose #CC384E

Tints of Old Rose #CC384E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 23.08%

R = 60.36%
G = 16.57%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.62

 K value IS 0.2

RGB Variations

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

Color information

#CC384E (or 0xCC384E) is known color: Old Rose. HEX triplet: CC, 38 and 4E. RGB value is (204,56,78). Sum of RGB (Red+Green+Blue) = 204+56+78=338 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.36% from 338); Green value is 56 (22.27% from 255 or 16.57% from 338); Blue value is 78 (30.86% from 255 or 23.08% from 338); Max value from RGB is 204 - color contains mainly: red. Hex color #CC384E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC384E is #33C7B1. Grayscale: #666666. Windows color (decimal): -3393458 or 5126348. OLE color: 5126348.

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

Color convert

RGB 204 56 78 -
CMYK 0 0.73 0.62 0.2
HSL 351.08º 0.59% 0.51% -
HSV(B) 351.08º 0.73% 0.8% -
XYZ 27.69 16.22 8.88 -
YUV 102.76 114.03 200.21 -
System Red Green Blue C M Y K H S L
Decimal 204 56 78 0 0.73 0.62 0.2 351.08 0.59 0.51
Hex CC 38 4E 0 49 3E 14 15F 3B 33
Octal 314 70 116 0 111 76 24 537 73 63
Binary 11001100 111000 1001110 0 1001001 111110 10100 101011111 111011 110011

Color Harmonies of #CC384E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC384E

Black with #CC384E

Text Example


Text Example

White with #CC384E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC384E; }

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

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

background-color css

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

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

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

border-color css

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

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

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