Html Css Color HEX #CF7C7D Charm

📋 copy color: '#CF7C7D'

red 207 ◦ green 124 ◦ blue 125

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

Shades of Charm #CF7C7D

Tints of Charm #CF7C7D

RGB

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

 GREEN value IS 124 (48.83% from 255) = 27.19%

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

R = 45.39%
G = 27.19%
B = 27.41%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.40

 K value IS 0.19

RGB Variations

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

Color information

#CF7C7D (or 0xCF7C7D) is known color: Charm. HEX triplet: CF, 7C and 7D. RGB value is (207,124,125). Sum of RGB (Red+Green+Blue) = 207+124+125=456 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.39% from 456); Green value is 124 (48.83% from 255 or 27.19% from 456); Blue value is 125 (49.22% from 255 or 27.41% from 456); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7C7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF7C7D is #308382. Grayscale: #959595. Windows color (decimal): -3179395 or 8223951. OLE color: 8223951.

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

Color convert

RGB 207 124 125 -
CMYK 0 0.40 0.40 0.19
HSL 359.28º 0.46% 0.65% -
HSV(B) 359.28º 0.4% 0.81% -
XYZ 36.64 29.16 23.1 -
YUV 148.93 114.5 169.42 -
System Red Green Blue C M Y K H S L
Decimal 207 124 125 0 0.40 0.40 0.19 359.28 0.46 0.65
Hex CF 7C 7D 0 28 28 13 167 2E 41
Octal 317 174 175 0 50 50 23 547 56 101
Binary 11001111 1111100 1111101 0 101000 101000 10011 101100111 101110 1000001

Color Harmonies of #CF7C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7C7D

Black with #CF7C7D

Text Example


Text Example

White with #CF7C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7C7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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