Html Css Color HEX #CC346F Cerise

📋 copy color: '#CC346F'

red 204 ◦ green 52 ◦ blue 111

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

Shades of Cerise #CC346F

Tints of Cerise #CC346F

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.17%

 BLUE value IS 111 (43.75% from 255) = 30.25%

R = 55.59%
G = 14.17%
B = 30.25%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.46

 K value IS 0.2

RGB Variations

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

Color information

#CC346F (or 0xCC346F) is known color: Cerise. HEX triplet: CC, 34 and 6F. RGB value is (204,52,111). Sum of RGB (Red+Green+Blue) = 204+52+111=367 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.59% from 367); Green value is 52 (20.70% from 255 or 14.17% from 367); Blue value is 111 (43.75% from 255 or 30.25% from 367); Max value from RGB is 204 - color contains mainly: red. Hex color #CC346F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC346F is #33CB90. Grayscale: #686868. Windows color (decimal): -3394449 or 7288012. OLE color: 7288012.

HSL color Cylindrical-coordinate representation of color #CC346F: hue angle of 336.71º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CC346F is Cyan = 0, Magento = 0.75, Yellow = 0.46 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 52 111 -
CMYK 0 0.75 0.46 0.2
HSL 336.71º 0.6% 0.5% -
HSV(B) 336.71º 0.75% 0.8% -
XYZ 29 16.44 16.68 -
YUV 104.17 131.86 199.2 -
System Red Green Blue C M Y K H S L
Decimal 204 52 111 0 0.75 0.46 0.2 336.71 0.6 0.5
Hex CC 34 6F 0 4B 2E 14 151 3C 32
Octal 314 64 157 0 113 56 24 521 74 62
Binary 11001100 110100 1101111 0 1001011 101110 10100 101010001 111100 110010

Color Harmonies of #CC346F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC346F

Black with #CC346F

Text Example


Text Example

White with #CC346F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC346F; }

 p { color: rgb(204,52,111); }

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

background-color css

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

 a { background-color: rgb(204,52,111); }

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

border-color css

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

 span { border-color: rgb(204,52,111); }

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