Html Css Color HEX #CE767E Charm

📋 copy color: '#CE767E'

red 206 ◦ green 118 ◦ blue 126

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

Shades of Charm #CE767E

Tints of Charm #CE767E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 28%

R = 45.78%
G = 26.22%
B = 28%

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

#CE767E (or 0xCE767E) is known color: Charm. HEX triplet: CE, 76 and 7E. RGB value is (206,118,126). Sum of RGB (Red+Green+Blue) = 206+118+126=450 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.78% from 450); Green value is 118 (46.48% from 255 or 26.22% from 450); Blue value is 126 (49.61% from 255 or 28% from 450); Max value from RGB is 206 - color contains mainly: red. Hex color #CE767E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE767E is #318981. Grayscale: #919191. Windows color (decimal): -3246466 or 8287950. OLE color: 8287950.

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

Color convert

RGB 206 118 126 -
CMYK 0 0.43 0.39 0.19
HSL 354.55º 0.47% 0.64% -
HSV(B) 354.55º 0.43% 0.81% -
XYZ 35.7 27.59 23.18 -
YUV 145.22 117.15 171.35 -
System Red Green Blue C M Y K H S L
Decimal 206 118 126 0 0.43 0.39 0.19 354.55 0.47 0.64
Hex CE 76 7E 0 2B 27 13 163 2F 40
Octal 316 166 176 0 53 47 23 543 57 100
Binary 11001110 1110110 1111110 0 101011 100111 10011 101100011 101111 1000000

Color Harmonies of #CE767E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE767E

Black with #CE767E

Text Example


Text Example

White with #CE767E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE767E; }

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

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

background-color css

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

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

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

border-color css

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

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

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