Html Css Color HEX #CC0648 Crimson

📋 copy color: '#CC0648'

red 204 ◦ green 6 ◦ blue 72

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

Shades of Crimson #CC0648

Tints of Crimson #CC0648

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.13%

 BLUE value IS 72 (28.52% from 255) = 25.53%

R = 72.34%
G = 2.13%
B = 25.53%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.65

 K value IS 0.2

RGB Variations

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

Color information

#CC0648 (or 0xCC0648) is known color: Crimson. HEX triplet: CC, 06 and 48. RGB value is (204,6,72). Sum of RGB (Red+Green+Blue) = 204+6+72=282 (37% of max value = 765). Red value is 204 (80.08% from 255 or 72.34% from 282); Green value is 6 (2.73% from 255 or 2.13% from 282); Blue value is 72 (28.52% from 255 or 25.53% from 282); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0648 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC0648 is #33F9B7. Grayscale: #484848. Windows color (decimal): -3406264 or 4720332. OLE color: 4720332.

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

Color convert

RGB 204 6 72 -
CMYK 0 0.97 0.65 0.2
HSL 340º 0.94% 0.41% -
HSV(B) 340º 0.97% 0.8% -
XYZ 26.14 13.44 7.35 -
YUV 72.73 127.6 221.63 -
System Red Green Blue C M Y K H S L
Decimal 204 6 72 0 0.97 0.65 0.2 340 0.94 0.41
Hex CC 6 48 0 61 41 14 154 5E 29
Octal 314 6 110 0 141 101 24 524 136 51
Binary 11001100 110 1001000 0 1100001 1000001 10100 101010100 1011110 101001

Color Harmonies of #CC0648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0648

Black with #CC0648

Text Example


Text Example

White with #CC0648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0648; }

 p { color: rgb(204,6,72); }

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

background-color css

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

 a { background-color: rgb(204,6,72); }

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

border-color css

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

 span { border-color: rgb(204,6,72); }

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