Html Css Color HEX #CF386E Cerise

📋 copy color: '#CF386E'

red 207 ◦ green 56 ◦ blue 110

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

Shades of Cerise #CF386E

Tints of Cerise #CF386E

RGB

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

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

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

R = 55.5%
G = 15.01%
B = 29.49%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.47

 K value IS 0.19

RGB Variations

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

Color information

#CF386E (or 0xCF386E) is known color: Cerise. HEX triplet: CF, 38 and 6E. RGB value is (207,56,110). Sum of RGB (Red+Green+Blue) = 207+56+110=373 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.50% from 373); Green value is 56 (22.27% from 255 or 15.01% from 373); Blue value is 110 (43.36% from 255 or 29.49% from 373); Max value from RGB is 207 - color contains mainly: red. Hex color #CF386E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF386E is #30C791. Grayscale: #6B6B6B. Windows color (decimal): -3196818 or 7223503. OLE color: 7223503.

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

Color convert

RGB 207 56 110 -
CMYK 0 0.73 0.47 0.19
HSL 338.54º 0.61% 0.52% -
HSV(B) 338.54º 0.73% 0.81% -
XYZ 29.96 17.22 16.5 -
YUV 107.31 129.53 199.11 -
System Red Green Blue C M Y K H S L
Decimal 207 56 110 0 0.73 0.47 0.19 338.54 0.61 0.52
Hex CF 38 6E 0 49 2F 13 153 3D 34
Octal 317 70 156 0 111 57 23 523 75 64
Binary 11001111 111000 1101110 0 1001001 101111 10011 101010011 111101 110100

Color Harmonies of #CF386E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF386E

Black with #CF386E

Text Example


Text Example

White with #CF386E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF386E; }

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

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

background-color css

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

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

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

border-color css

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

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

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