Html Css Color HEX #CF787D Charm

📋 copy color: '#CF787D'

red 207 ◦ green 120 ◦ blue 125

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

Shades of Charm #CF787D

Tints of Charm #CF787D

RGB

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

 GREEN value IS 120 (47.27% from 255) = 26.55%

 BLUE value IS 125 (49.22% from 255) = 27.65%

R = 45.8%
G = 26.55%
B = 27.65%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.40

 K value IS 0.19

RGB Variations

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

Color information

#CF787D (or 0xCF787D) is known color: Charm. HEX triplet: CF, 78 and 7D. RGB value is (207,120,125). Sum of RGB (Red+Green+Blue) = 207+120+125=452 (59% of max value = 765). Red value is 207 (81.25% from 255 or 45.80% from 452); Green value is 120 (47.27% from 255 or 26.55% from 452); Blue value is 125 (49.22% from 255 or 27.65% from 452); Max value from RGB is 207 - color contains mainly: red. Hex color #CF787D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF787D is #308782. Grayscale: #929292. Windows color (decimal): -3180419 or 8222927. OLE color: 8222927.

HSL color Cylindrical-coordinate representation of color #CF787D: hue angle of 356.55º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CF787D is Cyan = 0, Magento = 0.42, Yellow = 0.40 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 120 125 -
CMYK 0 0.42 0.40 0.19
HSL 356.55º 0.48% 0.64% -
HSV(B) 356.55º 0.42% 0.81% -
XYZ 36.15 28.18 22.94 -
YUV 146.58 115.82 171.09 -
System Red Green Blue C M Y K H S L
Decimal 207 120 125 0 0.42 0.40 0.19 356.55 0.48 0.64
Hex CF 78 7D 0 2A 28 13 165 30 40
Octal 317 170 175 0 52 50 23 545 60 100
Binary 11001111 1111000 1111101 0 101010 101000 10011 101100101 110000 1000000

Color Harmonies of #CF787D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF787D

Black with #CF787D

Text Example


Text Example

White with #CF787D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF787D; }

 p { color: rgb(207,120,125); }

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

background-color css

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

 a { background-color: rgb(207,120,125); }

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

border-color css

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

 span { border-color: rgb(207,120,125); }

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