Html Css Color HEX #CC264B Old Rose

📋 copy color: '#CC264B'

red 204 ◦ green 38 ◦ blue 75

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

Shades of Old Rose #CC264B

Tints of Old Rose #CC264B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 23.66%

R = 64.35%
G = 11.99%
B = 23.66%

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

#CC264B (or 0xCC264B) is known color: Old Rose. HEX triplet: CC, 26 and 4B. RGB value is (204,38,75). Sum of RGB (Red+Green+Blue) = 204+38+75=317 (41% of max value = 765). Red value is 204 (80.08% from 255 or 64.35% from 317); Green value is 38 (15.23% from 255 or 11.99% from 317); Blue value is 75 (29.69% from 255 or 23.66% from 317); Max value from RGB is 204 - color contains mainly: red. Hex color #CC264B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC264B is #33D9B4. Grayscale: #5B5B5B. Windows color (decimal): -3398069 or 4925132. OLE color: 4925132.

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

Color convert

RGB 204 38 75 -
CMYK 0 0.81 0.63 0.2
HSL 346.63º 0.69% 0.47% -
HSV(B) 346.63º 0.81% 0.8% -
XYZ 26.86 14.73 8.08 -
YUV 91.85 118.5 207.99 -
System Red Green Blue C M Y K H S L
Decimal 204 38 75 0 0.81 0.63 0.2 346.63 0.69 0.47
Hex CC 26 4B 0 51 3F 14 15B 45 2F
Octal 314 46 113 0 121 77 24 533 105 57
Binary 11001100 100110 1001011 0 1010001 111111 10100 101011011 1000101 101111

Color Harmonies of #CC264B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC264B

Black with #CC264B

Text Example


Text Example

White with #CC264B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC264B; }

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

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

background-color css

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

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

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

border-color css

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

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

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