Html Css Color HEX #CE7B8A Charm

📋 copy color: '#CE7B8A'

red 206 ◦ green 123 ◦ blue 138

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

Shades of Charm #CE7B8A

Tints of Charm #CE7B8A

RGB

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

 GREEN value IS 123 (48.44% from 255) = 26.34%

 BLUE value IS 138 (54.3% from 255) = 29.55%

R = 44.11%
G = 26.34%
B = 29.55%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.33

 K value IS 0.19

RGB Variations

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

Color information

#CE7B8A (or 0xCE7B8A) is known color: Charm. HEX triplet: CE, 7B and 8A. RGB value is (206,123,138). Sum of RGB (Red+Green+Blue) = 206+123+138=467 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.11% from 467); Green value is 123 (48.44% from 255 or 26.34% from 467); Blue value is 138 (54.30% from 255 or 29.55% from 467); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7B8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE7B8A is #318475. Grayscale: #959595. Windows color (decimal): -3245174 or 9075662. OLE color: 9075662.

HSL color Cylindrical-coordinate representation of color #CE7B8A: hue angle of 349.16º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CE7B8A is Cyan = 0, Magento = 0.40, Yellow = 0.33 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 123 138 -
CMYK 0 0.40 0.33 0.19
HSL 349.16º 0.46% 0.65% -
HSV(B) 349.16º 0.4% 0.81% -
XYZ 37.12 29.12 27.71 -
YUV 149.53 121.5 168.28 -
System Red Green Blue C M Y K H S L
Decimal 206 123 138 0 0.40 0.33 0.19 349.16 0.46 0.65
Hex CE 7B 8A 0 28 21 13 15D 2E 41
Octal 316 173 212 0 50 41 23 535 56 101
Binary 11001110 1111011 10001010 0 101000 100001 10011 101011101 101110 1000001

Color Harmonies of #CE7B8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7B8A

Black with #CE7B8A

Text Example


Text Example

White with #CE7B8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7B8A; }

 p { color: rgb(206,123,138); }

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

background-color css

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

 a { background-color: rgb(206,123,138); }

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

border-color css

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

 span { border-color: rgb(206,123,138); }

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