Html Css Color HEX #CE6B8A Charm

📋 copy color: '#CE6B8A'

red 206 ◦ green 107 ◦ blue 138

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

Shades of Charm #CE6B8A

Tints of Charm #CE6B8A

RGB

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

 GREEN value IS 107 (42.19% from 255) = 23.73%

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

R = 45.68%
G = 23.73%
B = 30.6%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.33

 K value IS 0.19

RGB Variations

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

Color information

#CE6B8A (or 0xCE6B8A) is known color: Charm. HEX triplet: CE, 6B and 8A. RGB value is (206,107,138). Sum of RGB (Red+Green+Blue) = 206+107+138=451 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.68% from 451); Green value is 107 (42.19% from 255 or 23.73% from 451); Blue value is 138 (54.30% from 255 or 30.60% from 451); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6B8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE6B8A is #319475. Grayscale: #8C8C8C. Windows color (decimal): -3249270 or 9071566. OLE color: 9071566.

HSL color Cylindrical-coordinate representation of color #CE6B8A: hue angle of 341.21º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CE6B8A is Cyan = 0, Magento = 0.48, Yellow = 0.33 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 107 138 -
CMYK 0 0.48 0.33 0.19
HSL 341.21º 0.5% 0.61% -
HSV(B) 341.21º 0.48% 0.81% -
XYZ 35.3 25.47 27.1 -
YUV 140.14 126.8 174.98 -
System Red Green Blue C M Y K H S L
Decimal 206 107 138 0 0.48 0.33 0.19 341.21 0.5 0.61
Hex CE 6B 8A 0 30 21 13 155 32 3D
Octal 316 153 212 0 60 41 23 525 62 75
Binary 11001110 1101011 10001010 0 110000 100001 10011 101010101 110010 111101

Color Harmonies of #CE6B8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6B8A

Black with #CE6B8A

Text Example


Text Example

White with #CE6B8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6B8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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