Html Css Color HEX #CF767D Charm

📋 copy color: '#CF767D'

red 207 ◦ green 118 ◦ blue 125

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

Shades of Charm #CF767D

Tints of Charm #CF767D

RGB

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

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

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

R = 46%
G = 26.22%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.40

 K value IS 0.19

RGB Variations

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

Color information

#CF767D (or 0xCF767D) is known color: Charm. HEX triplet: CF, 76 and 7D. RGB value is (207,118,125). Sum of RGB (Red+Green+Blue) = 207+118+125=450 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46% from 450); Green value is 118 (46.48% from 255 or 26.22% from 450); Blue value is 125 (49.22% from 255 or 27.78% from 450); Max value from RGB is 207 - color contains mainly: red. Hex color #CF767D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF767D is #308982. Grayscale: #919191. Windows color (decimal): -3180931 or 8222415. OLE color: 8222415.

HSL color Cylindrical-coordinate representation of color #CF767D: hue angle of 355.28º 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 #CF767D is Cyan = 0, Magento = 0.43, Yellow = 0.40 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 118 125 -
CMYK 0 0.43 0.40 0.19
HSL 355.28º 0.48% 0.64% -
HSV(B) 355.28º 0.43% 0.81% -
XYZ 35.91 27.7 22.86 -
YUV 145.41 116.49 171.93 -
System Red Green Blue C M Y K H S L
Decimal 207 118 125 0 0.43 0.40 0.19 355.28 0.48 0.64
Hex CF 76 7D 0 2B 28 13 163 30 40
Octal 317 166 175 0 53 50 23 543 60 100
Binary 11001111 1110110 1111101 0 101011 101000 10011 101100011 110000 1000000

Color Harmonies of #CF767D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF767D

Black with #CF767D

Text Example


Text Example

White with #CF767D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF767D; }

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

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

background-color css

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

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

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

border-color css

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

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

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