Html Css Color HEX #CC064E Razzmatazz

📋 copy color: '#CC064E'

red 204 ◦ green 6 ◦ blue 78

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

Shades of Razzmatazz #CC064E

Tints of Razzmatazz #CC064E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 27.08%

R = 70.83%
G = 2.08%
B = 27.08%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.62

 K value IS 0.2

RGB Variations

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

Color information

#CC064E (or 0xCC064E) is known color: Razzmatazz. HEX triplet: CC, 06 and 4E. RGB value is (204,6,78). Sum of RGB (Red+Green+Blue) = 204+6+78=288 (38% of max value = 765). Red value is 204 (80.08% from 255 or 70.83% from 288); Green value is 6 (2.73% from 255 or 2.08% from 288); Blue value is 78 (30.86% from 255 or 27.08% from 288); Max value from RGB is 204 - color contains mainly: red. Hex color #CC064E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC064E is #33F9B1. Grayscale: #494949. Windows color (decimal): -3406258 or 5113548. OLE color: 5113548.

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

Color convert

RGB 204 6 78 -
CMYK 0 0.97 0.62 0.2
HSL 338.18º 0.94% 0.41% -
HSV(B) 338.18º 0.97% 0.8% -
XYZ 26.34 13.52 8.43 -
YUV 73.41 130.6 221.15 -
System Red Green Blue C M Y K H S L
Decimal 204 6 78 0 0.97 0.62 0.2 338.18 0.94 0.41
Hex CC 6 4E 0 61 3E 14 152 5E 29
Octal 314 6 116 0 141 76 24 522 136 51
Binary 11001100 110 1001110 0 1100001 111110 10100 101010010 1011110 101001

Color Harmonies of #CC064E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC064E

Black with #CC064E

Text Example


Text Example

White with #CC064E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC064E; }

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

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

background-color css

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

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

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

border-color css

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

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

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