Html Css Color HEX #CF386F Cerise

📋 copy color: '#CF386F'

red 207 ◦ green 56 ◦ blue 111

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

Shades of Cerise #CF386F

Tints of Cerise #CF386F

RGB

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

 GREEN value IS 56 (22.27% from 255) = 14.97%

 BLUE value IS 111 (43.75% from 255) = 29.68%

R = 55.35%
G = 14.97%
B = 29.68%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.46

 K value IS 0.19

RGB Variations

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

Color information

#CF386F (or 0xCF386F) is known color: Cerise. HEX triplet: CF, 38 and 6F. RGB value is (207,56,111). Sum of RGB (Red+Green+Blue) = 207+56+111=374 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.35% from 374); Green value is 56 (22.27% from 255 or 14.97% from 374); Blue value is 111 (43.75% from 255 or 29.68% from 374); Max value from RGB is 207 - color contains mainly: red. Hex color #CF386F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF386F is #30C790. Grayscale: #6B6B6B. Windows color (decimal): -3196817 or 7289039. OLE color: 7289039.

HSL color Cylindrical-coordinate representation of color #CF386F: hue angle of 338.15º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CF386F is Cyan = 0, Magento = 0.73, Yellow = 0.46 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 56 111 -
CMYK 0 0.73 0.46 0.19
HSL 338.15º 0.61% 0.52% -
HSV(B) 338.15º 0.73% 0.81% -
XYZ 30.02 17.24 16.78 -
YUV 107.42 130.03 199.03 -
System Red Green Blue C M Y K H S L
Decimal 207 56 111 0 0.73 0.46 0.19 338.15 0.61 0.52
Hex CF 38 6F 0 49 2E 13 152 3D 34
Octal 317 70 157 0 111 56 23 522 75 64
Binary 11001111 111000 1101111 0 1001001 101110 10011 101010010 111101 110100

Color Harmonies of #CF386F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF386F

Black with #CF386F

Text Example


Text Example

White with #CF386F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF386F; }

 p { color: rgb(207,56,111); }

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

background-color css

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

 a { background-color: rgb(207,56,111); }

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

border-color css

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

 span { border-color: rgb(207,56,111); }

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