Html Css Color HEX #CE767A Charm

📋 copy color: '#CE767A'

red 206 ◦ green 118 ◦ blue 122

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

Shades of Charm #CE767A

Tints of Charm #CE767A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 27.35%

R = 46.19%
G = 26.46%
B = 27.35%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.41

 K value IS 0.19

RGB Variations

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

Color information

#CE767A (or 0xCE767A) is known color: Charm. HEX triplet: CE, 76 and 7A. RGB value is (206,118,122). Sum of RGB (Red+Green+Blue) = 206+118+122=446 (59% of max value = 765). Red value is 206 (80.86% from 255 or 46.19% from 446); Green value is 118 (46.48% from 255 or 26.46% from 446); Blue value is 122 (48.05% from 255 or 27.35% from 446); Max value from RGB is 206 - color contains mainly: red. Hex color #CE767A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE767A is #318985. Grayscale: #909090. Windows color (decimal): -3246470 or 8025806. OLE color: 8025806.

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

Color convert

RGB 206 118 122 -
CMYK 0 0.43 0.41 0.19
HSL 357.27º 0.47% 0.64% -
HSV(B) 357.27º 0.43% 0.81% -
XYZ 35.44 27.48 21.85 -
YUV 144.77 115.15 171.67 -
System Red Green Blue C M Y K H S L
Decimal 206 118 122 0 0.43 0.41 0.19 357.27 0.47 0.64
Hex CE 76 7A 0 2B 29 13 165 2F 40
Octal 316 166 172 0 53 51 23 545 57 100
Binary 11001110 1110110 1111010 0 101011 101001 10011 101100101 101111 1000000

Color Harmonies of #CE767A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE767A

Black with #CE767A

Text Example


Text Example

White with #CE767A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE767A; }

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

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

background-color css

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

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

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

border-color css

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

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

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