#CC346A

Color #CC346A Cerise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerise #CC346A

Tints of Cerise #CC346A

Color information

#CC346A (or 0xCC346A) is unknown color: approx Cerise. HEX triplet: CC, 34 and 6A. RGB value is (204,52,106). Sum of RGB (Red+Green+Blue) = 204+52+106=362 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.35% from 362); Green value is 52 (20.70% from 255 or 14.36% from 362); Blue value is 106 (41.80% from 255 or 29.28% from 362); Max value from RGB is 204 - color contains mainly: red. Hex color #CC346A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC346A is #33CB95. Grayscale: #676767. Windows color (decimal): -3394454 or 6960332. OLE color: 6960332.

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

Color convert

RGB20452106-
CMYK00.750.480.2
HSL338.68º59.84%50.2%-
HSV(B)338.68º74.51%80%-
XYZ28.7316.3315.27-
YUV103.6129.36199.61-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 56.35%
GREEN value IS 52 (20.70% from 255) = 14.36%
BLUE value IS 106 (41.80% from 255) = 29.28%
R=56.35%
G=14.36%
B=29.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.48
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2045210600.750.480.2338.6859.8450.2
HexCC346A04B30141533c32
Octal31464152011360245237462
Binary1100110011010011010100100101111000010100101010011111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC346A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC346A; }

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

 H1.HeaderClassName
 {
   color: #CC346A;
 }
 .AnyTagClassName
 {
   color: #CC346A;
 }
</style>
background-color css

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

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

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

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

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

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