Html Css Color HEX #CE767D Charm

📋 copy color: '#CE767D'

red 206 ◦ green 118 ◦ blue 125

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

Shades of Charm #CE767D

Tints of Charm #CE767D

RGB

 RED value IS 206 (80.86% from 255) = 45.88%

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

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

R = 45.88%
G = 26.28%
B = 27.84%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.39

 K value IS 0.19

RGB Variations

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

Color information

#CE767D (or 0xCE767D) is known color: Charm. HEX triplet: CE, 76 and 7D. RGB value is (206,118,125). Sum of RGB (Red+Green+Blue) = 206+118+125=449 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.88% from 449); Green value is 118 (46.48% from 255 or 26.28% from 449); Blue value is 125 (49.22% from 255 or 27.84% from 449); Max value from RGB is 206 - color contains mainly: red. Hex color #CE767D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE767D is #318982. Grayscale: #919191. Windows color (decimal): -3246467 or 8222414. OLE color: 8222414.

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

Color convert

RGB 206 118 125 -
CMYK 0 0.43 0.39 0.19
HSL 355.23º 0.47% 0.64% -
HSV(B) 355.23º 0.43% 0.81% -
XYZ 35.63 27.56 22.84 -
YUV 145.11 116.65 171.43 -
System Red Green Blue C M Y K H S L
Decimal 206 118 125 0 0.43 0.39 0.19 355.23 0.47 0.64
Hex CE 76 7D 0 2B 27 13 163 2F 40
Octal 316 166 175 0 53 47 23 543 57 100
Binary 11001110 1110110 1111101 0 101011 100111 10011 101100011 101111 1000000

Color Harmonies of #CE767D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE767D

Black with #CE767D

Text Example


Text Example

White with #CE767D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE767D; }

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

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

background-color css

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

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

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

border-color css

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

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

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