Html Css Color HEX #CC264E Old Rose

📋 copy color: '#CC264E'

red 204 ◦ green 38 ◦ blue 78

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

Shades of Old Rose #CC264E

Tints of Old Rose #CC264E

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.88%

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

R = 63.75%
G = 11.88%
B = 24.38%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.62

 K value IS 0.2

RGB Variations

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

Color information

#CC264E (or 0xCC264E) is known color: Old Rose. HEX triplet: CC, 26 and 4E. RGB value is (204,38,78). Sum of RGB (Red+Green+Blue) = 204+38+78=320 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.75% from 320); Green value is 38 (15.23% from 255 or 11.88% from 320); Blue value is 78 (30.86% from 255 or 24.38% from 320); Max value from RGB is 204 - color contains mainly: red. Hex color #CC264E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC264E is #33D9B1. Grayscale: #5C5C5C. Windows color (decimal): -3398066 or 5121740. OLE color: 5121740.

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

Color convert

RGB 204 38 78 -
CMYK 0 0.81 0.62 0.2
HSL 345.54º 0.69% 0.47% -
HSV(B) 345.54º 0.81% 0.8% -
XYZ 26.97 14.77 8.64 -
YUV 92.19 120 207.75 -
System Red Green Blue C M Y K H S L
Decimal 204 38 78 0 0.81 0.62 0.2 345.54 0.69 0.47
Hex CC 26 4E 0 51 3E 14 15A 45 2F
Octal 314 46 116 0 121 76 24 532 105 57
Binary 11001100 100110 1001110 0 1010001 111110 10100 101011010 1000101 101111

Color Harmonies of #CC264E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC264E

Black with #CC264E

Text Example


Text Example

White with #CC264E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC264E; }

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

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

background-color css

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

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

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

border-color css

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

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

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