Html Css Color HEX #CC264F Old Rose

📋 copy color: '#CC264F'

red 204 ◦ green 38 ◦ blue 79

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

Shades of Old Rose #CC264F

Tints of Old Rose #CC264F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 24.61%

R = 63.55%
G = 11.84%
B = 24.61%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.61

 K value IS 0.2

RGB Variations

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

Color information

#CC264F (or 0xCC264F) is known color: Old Rose. HEX triplet: CC, 26 and 4F. RGB value is (204,38,79). Sum of RGB (Red+Green+Blue) = 204+38+79=321 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.55% from 321); Green value is 38 (15.23% from 255 or 11.84% from 321); Blue value is 79 (31.25% from 255 or 24.61% from 321); Max value from RGB is 204 - color contains mainly: red. Hex color #CC264F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC264F is #33D9B0. Grayscale: #5C5C5C. Windows color (decimal): -3398065 or 5187276. OLE color: 5187276.

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

Color convert

RGB 204 38 79 -
CMYK 0 0.81 0.61 0.2
HSL 345.18º 0.69% 0.47% -
HSV(B) 345.18º 0.81% 0.8% -
XYZ 27.01 14.79 8.83 -
YUV 92.31 120.5 207.67 -
System Red Green Blue C M Y K H S L
Decimal 204 38 79 0 0.81 0.61 0.2 345.18 0.69 0.47
Hex CC 26 4F 0 51 3D 14 159 45 2F
Octal 314 46 117 0 121 75 24 531 105 57
Binary 11001100 100110 1001111 0 1010001 111101 10100 101011001 1000101 101111

Color Harmonies of #CC264F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC264F

Black with #CC264F

Text Example


Text Example

White with #CC264F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC264F; }

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

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

background-color css

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

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

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

border-color css

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

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

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