Html Css Color HEX #CF346C Cerise

📋 copy color: '#CF346C'

red 207 ◦ green 52 ◦ blue 108

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

Shades of Cerise #CF346C

Tints of Cerise #CF346C

RGB

 RED value IS 207 (81.25% from 255) = 56.4%

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

 BLUE value IS 108 (42.58% from 255) = 29.43%

R = 56.4%
G = 14.17%
B = 29.43%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.48

 K value IS 0.19

RGB Variations

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

Color information

#CF346C (or 0xCF346C) is known color: Cerise. HEX triplet: CF, 34 and 6C. RGB value is (207,52,108). Sum of RGB (Red+Green+Blue) = 207+52+108=367 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.40% from 367); Green value is 52 (20.70% from 255 or 14.17% from 367); Blue value is 108 (42.58% from 255 or 29.43% from 367); Max value from RGB is 207 - color contains mainly: red. Hex color #CF346C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF346C is #30CB93. Grayscale: #686868. Windows color (decimal): -3197844 or 7091407. OLE color: 7091407.

HSL color Cylindrical-coordinate representation of color #CF346C: hue angle of 338.32º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CF346C is Cyan = 0, Magento = 0.75, Yellow = 0.48 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 52 108 -
CMYK 0 0.75 0.48 0.19
HSL 338.32º 0.62% 0.51% -
HSV(B) 338.32º 0.75% 0.81% -
XYZ 29.67 16.8 15.87 -
YUV 104.73 129.85 200.95 -
System Red Green Blue C M Y K H S L
Decimal 207 52 108 0 0.75 0.48 0.19 338.32 0.62 0.51
Hex CF 34 6C 0 4B 30 13 152 3E 33
Octal 317 64 154 0 113 60 23 522 76 63
Binary 11001111 110100 1101100 0 1001011 110000 10011 101010010 111110 110011

Color Harmonies of #CF346C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF346C

Black with #CF346C

Text Example


Text Example

White with #CF346C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF346C; }

 p { color: rgb(207,52,108); }

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

background-color css

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

 a { background-color: rgb(207,52,108); }

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

border-color css

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

 span { border-color: rgb(207,52,108); }

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