Html Css Color HEX #CF356D Cerise

📋 copy color: '#CF356D'

red 207 ◦ green 53 ◦ blue 109

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

Shades of Cerise #CF356D

Tints of Cerise #CF356D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 29.54%

R = 56.1%
G = 14.36%
B = 29.54%

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

#CF356D (or 0xCF356D) is known color: Cerise. HEX triplet: CF, 35 and 6D. RGB value is (207,53,109). Sum of RGB (Red+Green+Blue) = 207+53+109=369 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.10% from 369); Green value is 53 (21.09% from 255 or 14.36% from 369); Blue value is 109 (42.97% from 255 or 29.54% from 369); Max value from RGB is 207 - color contains mainly: red. Hex color #CF356D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF356D is #30CA92. Grayscale: #696969. Windows color (decimal): -3197587 or 7157199. OLE color: 7157199.

HSL color Cylindrical-coordinate representation of color #CF356D: hue angle of 338.18º 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 #CF356D is Cyan = 0, Magento = 0.74, Yellow = 0.47 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 53 109 -
CMYK 0 0.74 0.47 0.19
HSL 338.18º 0.62% 0.51% -
HSV(B) 338.18º 0.74% 0.81% -
XYZ 29.77 16.92 16.16 -
YUV 105.43 130.02 200.45 -
System Red Green Blue C M Y K H S L
Decimal 207 53 109 0 0.74 0.47 0.19 338.18 0.62 0.51
Hex CF 35 6D 0 4A 2F 13 152 3E 33
Octal 317 65 155 0 112 57 23 522 76 63
Binary 11001111 110101 1101101 0 1001010 101111 10011 101010010 111110 110011

Color Harmonies of #CF356D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF356D

Black with #CF356D

Text Example


Text Example

White with #CF356D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF356D; }

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

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

background-color css

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

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

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

border-color css

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

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

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