Html Css Color HEX #CF6987 Charm

📋 copy color: '#CF6987'

red 207 ◦ green 105 ◦ blue 135

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

Shades of Charm #CF6987

Tints of Charm #CF6987

RGB

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

 GREEN value IS 105 (41.41% from 255) = 23.49%

 BLUE value IS 135 (53.13% from 255) = 30.2%

R = 46.31%
G = 23.49%
B = 30.2%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.35

 K value IS 0.19

RGB Variations

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

Color information

#CF6987 (or 0xCF6987) is known color: Charm. HEX triplet: CF, 69 and 87. RGB value is (207,105,135). Sum of RGB (Red+Green+Blue) = 207+105+135=447 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.31% from 447); Green value is 105 (41.41% from 255 or 23.49% from 447); Blue value is 135 (53.12% from 255 or 30.20% from 447); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6987 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF6987 is #309678. Grayscale: #8A8A8A. Windows color (decimal): -3184249 or 8874447. OLE color: 8874447.

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

Color convert

RGB 207 105 135 -
CMYK 0 0.49 0.35 0.19
HSL 342.35º 0.52% 0.61% -
HSV(B) 342.35º 0.49% 0.81% -
XYZ 35.16 25.12 25.92 -
YUV 138.92 125.79 176.56 -
System Red Green Blue C M Y K H S L
Decimal 207 105 135 0 0.49 0.35 0.19 342.35 0.52 0.61
Hex CF 69 87 0 31 23 13 156 34 3D
Octal 317 151 207 0 61 43 23 526 64 75
Binary 11001111 1101001 10000111 0 110001 100011 10011 101010110 110100 111101

Color Harmonies of #CF6987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6987

Black with #CF6987

Text Example


Text Example

White with #CF6987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6987; }

 p { color: rgb(207,105,135); }

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

background-color css

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

 a { background-color: rgb(207,105,135); }

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

border-color css

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

 span { border-color: rgb(207,105,135); }

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