Html Css Color HEX #CC234C Old Rose

📋 copy color: '#CC234C'

red 204 ◦ green 35 ◦ blue 76

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

Shades of Old Rose #CC234C

Tints of Old Rose #CC234C

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.11%

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

R = 64.76%
G = 11.11%
B = 24.13%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.63

 K value IS 0.2

RGB Variations

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

Color information

#CC234C (or 0xCC234C) is known color: Old Rose. HEX triplet: CC, 23 and 4C. RGB value is (204,35,76). Sum of RGB (Red+Green+Blue) = 204+35+76=315 (41% of max value = 765). Red value is 204 (80.08% from 255 or 64.76% from 315); Green value is 35 (14.06% from 255 or 11.11% from 315); Blue value is 76 (30.08% from 255 or 24.13% from 315); Max value from RGB is 204 - color contains mainly: red. Hex color #CC234C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC234C is #33DCB3. Grayscale: #5A5A5A. Windows color (decimal): -3398836 or 4989900. OLE color: 4989900.

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

Color convert

RGB 204 35 76 -
CMYK 0 0.83 0.63 0.2
HSL 345.44º 0.71% 0.47% -
HSV(B) 345.44º 0.83% 0.8% -
XYZ 26.81 14.56 8.24 -
YUV 90.21 119.99 209.17 -
System Red Green Blue C M Y K H S L
Decimal 204 35 76 0 0.83 0.63 0.2 345.44 0.71 0.47
Hex CC 23 4C 0 53 3F 14 159 47 2F
Octal 314 43 114 0 123 77 24 531 107 57
Binary 11001100 100011 1001100 0 1010011 111111 10100 101011001 1000111 101111

Color Harmonies of #CC234C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC234C

Black with #CC234C

Text Example


Text Example

White with #CC234C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC234C; }

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

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

background-color css

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

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

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

border-color css

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

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

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