Html Css Color HEX #CC264C Old Rose

📋 copy color: '#CC264C'

red 204 ◦ green 38 ◦ blue 76

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

Shades of Old Rose #CC264C

Tints of Old Rose #CC264C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 23.9%

R = 64.15%
G = 11.95%
B = 23.9%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.63

 K value IS 0.2

RGB Variations

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

Color information

#CC264C (or 0xCC264C) is known color: Old Rose. HEX triplet: CC, 26 and 4C. RGB value is (204,38,76). Sum of RGB (Red+Green+Blue) = 204+38+76=318 (42% of max value = 765). Red value is 204 (80.08% from 255 or 64.15% from 318); Green value is 38 (15.23% from 255 or 11.95% from 318); Blue value is 76 (30.08% from 255 or 23.90% from 318); Max value from RGB is 204 - color contains mainly: red. Hex color #CC264C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC264C is #33D9B3. Grayscale: #5B5B5B. Windows color (decimal): -3398068 or 4990668. OLE color: 4990668.

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

Color convert

RGB 204 38 76 -
CMYK 0 0.81 0.63 0.2
HSL 346.27º 0.69% 0.47% -
HSV(B) 346.27º 0.81% 0.8% -
XYZ 26.9 14.75 8.27 -
YUV 91.97 119 207.91 -
System Red Green Blue C M Y K H S L
Decimal 204 38 76 0 0.81 0.63 0.2 346.27 0.69 0.47
Hex CC 26 4C 0 51 3F 14 15A 45 2F
Octal 314 46 114 0 121 77 24 532 105 57
Binary 11001100 100110 1001100 0 1010001 111111 10100 101011010 1000101 101111

Color Harmonies of #CC264C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC264C

Black with #CC264C

Text Example


Text Example

White with #CC264C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC264C; }

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

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

background-color css

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

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

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

border-color css

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

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

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