Html Css Color HEX #CC0645 Crimson

📋 copy color: '#CC0645'

red 204 ◦ green 6 ◦ blue 69

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

Shades of Crimson #CC0645

Tints of Crimson #CC0645

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 24.73%

R = 73.12%
G = 2.15%
B = 24.73%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.66

 K value IS 0.2

RGB Variations

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

Color information

#CC0645 (or 0xCC0645) is known color: Crimson. HEX triplet: CC, 06 and 45. RGB value is (204,6,69). Sum of RGB (Red+Green+Blue) = 204+6+69=279 (36% of max value = 765). Red value is 204 (80.08% from 255 or 73.12% from 279); Green value is 6 (2.73% from 255 or 2.15% from 279); Blue value is 69 (27.34% from 255 or 24.73% from 279); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0645 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC0645 is #33F9BA. Grayscale: #484848. Windows color (decimal): -3406267 or 4523724. OLE color: 4523724.

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

Color convert

RGB 204 6 69 -
CMYK 0 0.97 0.66 0.2
HSL 340.91º 0.94% 0.41% -
HSV(B) 340.91º 0.97% 0.8% -
XYZ 26.04 13.4 6.84 -
YUV 72.38 126.1 221.88 -
System Red Green Blue C M Y K H S L
Decimal 204 6 69 0 0.97 0.66 0.2 340.91 0.94 0.41
Hex CC 6 45 0 61 42 14 155 5E 29
Octal 314 6 105 0 141 102 24 525 136 51
Binary 11001100 110 1000101 0 1100001 1000010 10100 101010101 1011110 101001

Color Harmonies of #CC0645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0645

Black with #CC0645

Text Example


Text Example

White with #CC0645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0645; }

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

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

background-color css

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

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

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

border-color css

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

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

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