Html Css Color HEX #CF386A Cerise

📋 copy color: '#CF386A'

red 207 ◦ green 56 ◦ blue 106

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

Shades of Cerise #CF386A

Tints of Cerise #CF386A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 28.73%

R = 56.1%
G = 15.18%
B = 28.73%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.49

 K value IS 0.19

RGB Variations

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

Color information

#CF386A (or 0xCF386A) is known color: Cerise. HEX triplet: CF, 38 and 6A. RGB value is (207,56,106). Sum of RGB (Red+Green+Blue) = 207+56+106=369 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.10% from 369); Green value is 56 (22.27% from 255 or 15.18% from 369); Blue value is 106 (41.80% from 255 or 28.73% from 369); Max value from RGB is 207 - color contains mainly: red. Hex color #CF386A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF386A is #30C795. Grayscale: #6A6A6A. Windows color (decimal): -3196822 or 6961359. OLE color: 6961359.

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

Color convert

RGB 207 56 106 -
CMYK 0 0.73 0.49 0.19
HSL 340.13º 0.61% 0.52% -
HSV(B) 340.13º 0.73% 0.81% -
XYZ 29.75 17.13 15.38 -
YUV 106.85 127.53 199.43 -
System Red Green Blue C M Y K H S L
Decimal 207 56 106 0 0.73 0.49 0.19 340.13 0.61 0.52
Hex CF 38 6A 0 49 31 13 154 3D 34
Octal 317 70 152 0 111 61 23 524 75 64
Binary 11001111 111000 1101010 0 1001001 110001 10011 101010100 111101 110100

Color Harmonies of #CF386A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF386A

Black with #CF386A

Text Example


Text Example

White with #CF386A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF386A; }

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

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

background-color css

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

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

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

border-color css

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

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

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