Html Css Color HEX #CF365C Cerise

📋 copy color: '#CF365C'

red 207 ◦ green 54 ◦ blue 92

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

Shades of Cerise #CF365C

Tints of Cerise #CF365C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.3%

 BLUE value IS 92 (36.33% from 255) = 26.06%

R = 58.64%
G = 15.3%
B = 26.06%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.56

 K value IS 0.19

RGB Variations

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

Color information

#CF365C (or 0xCF365C) is known color: Cerise. HEX triplet: CF, 36 and 5C. RGB value is (207,54,92). Sum of RGB (Red+Green+Blue) = 207+54+92=353 (46% of max value = 765). Red value is 207 (81.25% from 255 or 58.64% from 353); Green value is 54 (21.48% from 255 or 15.30% from 353); Blue value is 92 (36.33% from 255 or 26.06% from 353); Max value from RGB is 207 - color contains mainly: red. Hex color #CF365C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF365C is #30C9A3. Grayscale: #686868. Windows color (decimal): -3197348 or 6043343. OLE color: 6043343.

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

Color convert

RGB 207 54 92 -
CMYK 0 0.74 0.56 0.19
HSL 345.1º 0.61% 0.51% -
HSV(B) 345.1º 0.74% 0.81% -
XYZ 28.98 16.68 11.82 -
YUV 104.08 121.19 201.41 -
System Red Green Blue C M Y K H S L
Decimal 207 54 92 0 0.74 0.56 0.19 345.1 0.61 0.51
Hex CF 36 5C 0 4A 38 13 159 3D 33
Octal 317 66 134 0 112 70 23 531 75 63
Binary 11001111 110110 1011100 0 1001010 111000 10011 101011001 111101 110011

Color Harmonies of #CF365C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF365C

Black with #CF365C

Text Example


Text Example

White with #CF365C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF365C; }

 p { color: rgb(207,54,92); }

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

background-color css

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

 a { background-color: rgb(207,54,92); }

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

border-color css

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

 span { border-color: rgb(207,54,92); }

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