Html Css Color HEX #CF768D Charm

📋 copy color: '#CF768D'

red 207 ◦ green 118 ◦ blue 141

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

Shades of Charm #CF768D

Tints of Charm #CF768D

RGB

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

 GREEN value IS 118 (46.48% from 255) = 25.32%

 BLUE value IS 141 (55.47% from 255) = 30.26%

R = 44.42%
G = 25.32%
B = 30.26%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.32

 K value IS 0.19

RGB Variations

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

Color information

#CF768D (or 0xCF768D) is known color: Charm. HEX triplet: CF, 76 and 8D. RGB value is (207,118,141). Sum of RGB (Red+Green+Blue) = 207+118+141=466 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.42% from 466); Green value is 118 (46.48% from 255 or 25.32% from 466); Blue value is 141 (55.47% from 255 or 30.26% from 466); Max value from RGB is 207 - color contains mainly: red. Hex color #CF768D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF768D is #308972. Grayscale: #939393. Windows color (decimal): -3180915 or 9270991. OLE color: 9270991.

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

Color convert

RGB 207 118 141 -
CMYK 0 0.43 0.32 0.19
HSL 344.49º 0.48% 0.64% -
HSV(B) 344.49º 0.43% 0.81% -
XYZ 37.02 28.15 28.68 -
YUV 147.23 124.49 170.63 -
System Red Green Blue C M Y K H S L
Decimal 207 118 141 0 0.43 0.32 0.19 344.49 0.48 0.64
Hex CF 76 8D 0 2B 20 13 158 30 40
Octal 317 166 215 0 53 40 23 530 60 100
Binary 11001111 1110110 10001101 0 101011 100000 10011 101011000 110000 1000000

Color Harmonies of #CF768D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF768D

Black with #CF768D

Text Example


Text Example

White with #CF768D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF768D; }

 p { color: rgb(207,118,141); }

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

background-color css

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

 a { background-color: rgb(207,118,141); }

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

border-color css

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

 span { border-color: rgb(207,118,141); }

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