Html Css Color HEX #CC0C4C Crimson

📋 copy color: '#CC0C4C'

red 204 ◦ green 12 ◦ blue 76

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

Shades of Crimson #CC0C4C

Tints of Crimson #CC0C4C

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.11%

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

R = 69.86%
G = 4.11%
B = 26.03%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.63

 K value IS 0.2

RGB Variations

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

Color information

#CC0C4C (or 0xCC0C4C) is known color: Crimson. HEX triplet: CC, 0C and 4C. RGB value is (204,12,76). Sum of RGB (Red+Green+Blue) = 204+12+76=292 (38% of max value = 765). Red value is 204 (80.08% from 255 or 69.86% from 292); Green value is 12 (5.08% from 255 or 4.11% from 292); Blue value is 76 (30.08% from 255 or 26.03% from 292); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0C4C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC0C4C is #33F3B3. Grayscale: #4C4C4C. Windows color (decimal): -3404724 or 4984012. OLE color: 4984012.

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

Color convert

RGB 204 12 76 -
CMYK 0 0.94 0.63 0.2
HSL 340º 0.89% 0.42% -
HSV(B) 340º 0.94% 0.8% -
XYZ 26.34 13.62 8.08 -
YUV 76.7 127.61 218.8 -
System Red Green Blue C M Y K H S L
Decimal 204 12 76 0 0.94 0.63 0.2 340 0.89 0.42
Hex CC C 4C 0 5E 3F 14 154 59 2A
Octal 314 14 114 0 136 77 24 524 131 52
Binary 11001100 1100 1001100 0 1011110 111111 10100 101010100 1011001 101010

Color Harmonies of #CC0C4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0C4C

Black with #CC0C4C

Text Example


Text Example

White with #CC0C4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0C4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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