Html Css Color HEX #CC346A Cerise

📋 copy color: '#CC346A'

red 204 ◦ green 52 ◦ blue 106

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

Shades of Cerise #CC346A

Tints of Cerise #CC346A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 29.28%

R = 56.35%
G = 14.36%
B = 29.28%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.48

 K value IS 0.2

RGB Variations

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

Color information

#CC346A (or 0xCC346A) is known color: 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

RGB 204 52 106 -
CMYK 0 0.75 0.48 0.2
HSL 338.68º 0.6% 0.5% -
HSV(B) 338.68º 0.75% 0.8% -
XYZ 28.73 16.33 15.27 -
YUV 103.6 129.36 199.61 -
System Red Green Blue C M Y K H S L
Decimal 204 52 106 0 0.75 0.48 0.2 338.68 0.6 0.5
Hex CC 34 6A 0 4B 30 14 153 3C 32
Octal 314 64 152 0 113 60 24 523 74 62
Binary 11001100 110100 1101010 0 1001011 110000 10100 101010011 111100 110010

Color Harmonies of #CC346A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC346A

Black with #CC346A

Text Example


Text Example

White with #CC346A

Text Example


Text Example

HTML Codes & Css Web 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>