Html Css Color HEX #CF356E Cerise

📋 copy color: '#CF356E'

red 207 ◦ green 53 ◦ blue 110

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

Shades of Cerise #CF356E

Tints of Cerise #CF356E

RGB

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

 GREEN value IS 53 (21.09% from 255) = 14.32%

 BLUE value IS 110 (43.36% from 255) = 29.73%

R = 55.95%
G = 14.32%
B = 29.73%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.47

 K value IS 0.19

RGB Variations

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

Color information

#CF356E (or 0xCF356E) is known color: Cerise. HEX triplet: CF, 35 and 6E. RGB value is (207,53,110). Sum of RGB (Red+Green+Blue) = 207+53+110=370 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.95% from 370); Green value is 53 (21.09% from 255 or 14.32% from 370); Blue value is 110 (43.36% from 255 or 29.73% from 370); Max value from RGB is 207 - color contains mainly: red. Hex color #CF356E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF356E is #30CA91. Grayscale: #696969. Windows color (decimal): -3197586 or 7222735. OLE color: 7222735.

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

Color convert

RGB 207 53 110 -
CMYK 0 0.74 0.47 0.19
HSL 337.79º 0.62% 0.51% -
HSV(B) 337.79º 0.74% 0.81% -
XYZ 29.82 16.94 16.45 -
YUV 105.54 130.52 200.37 -
System Red Green Blue C M Y K H S L
Decimal 207 53 110 0 0.74 0.47 0.19 337.79 0.62 0.51
Hex CF 35 6E 0 4A 2F 13 152 3E 33
Octal 317 65 156 0 112 57 23 522 76 63
Binary 11001111 110101 1101110 0 1001010 101111 10011 101010010 111110 110011

Color Harmonies of #CF356E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF356E

Black with #CF356E

Text Example


Text Example

White with #CF356E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF356E; }

 p { color: rgb(207,53,110); }

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

background-color css

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

 a { background-color: rgb(207,53,110); }

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

border-color css

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

 span { border-color: rgb(207,53,110); }

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