Html Css Color HEX #CF7E85 Charm

📋 copy color: '#CF7E85'

red 207 ◦ green 126 ◦ blue 133

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

Shades of Charm #CF7E85

Tints of Charm #CF7E85

RGB

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

 GREEN value IS 126 (49.61% from 255) = 27.04%

 BLUE value IS 133 (52.34% from 255) = 28.54%

R = 44.42%
G = 27.04%
B = 28.54%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.36

 K value IS 0.19

RGB Variations

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

Color information

#CF7E85 (or 0xCF7E85) is known color: Charm. HEX triplet: CF, 7E and 85. RGB value is (207,126,133). Sum of RGB (Red+Green+Blue) = 207+126+133=466 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.42% from 466); Green value is 126 (49.61% from 255 or 27.04% from 466); Blue value is 133 (52.34% from 255 or 28.54% from 466); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7E85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF7E85 is #30817A. Grayscale: #979797. Windows color (decimal): -3178875 or 8748751. OLE color: 8748751.

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

Color convert

RGB 207 126 133 -
CMYK 0 0.39 0.36 0.19
HSL 354.81º 0.46% 0.65% -
HSV(B) 354.81º 0.39% 0.81% -
XYZ 37.43 29.88 25.99 -
YUV 151.02 117.84 167.93 -
System Red Green Blue C M Y K H S L
Decimal 207 126 133 0 0.39 0.36 0.19 354.81 0.46 0.65
Hex CF 7E 85 0 27 24 13 163 2E 41
Octal 317 176 205 0 47 44 23 543 56 101
Binary 11001111 1111110 10000101 0 100111 100100 10011 101100011 101110 1000001

Color Harmonies of #CF7E85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7E85

Black with #CF7E85

Text Example


Text Example

White with #CF7E85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7E85; }

 p { color: rgb(207,126,133); }

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

background-color css

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

 a { background-color: rgb(207,126,133); }

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

border-color css

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

 span { border-color: rgb(207,126,133); }

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