Html Css Color HEX #CE6B7A Charm

📋 copy color: '#CE6B7A'

red 206 ◦ green 107 ◦ blue 122

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

Shades of Charm #CE6B7A

Tints of Charm #CE6B7A

RGB

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

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

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

R = 47.36%
G = 24.6%
B = 28.05%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.41

 K value IS 0.19

RGB Variations

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

Color information

#CE6B7A (or 0xCE6B7A) is known color: Charm. HEX triplet: CE, 6B and 7A. RGB value is (206,107,122). Sum of RGB (Red+Green+Blue) = 206+107+122=435 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.36% from 435); Green value is 107 (42.19% from 255 or 24.60% from 435); Blue value is 122 (48.05% from 255 or 28.05% from 435); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6B7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE6B7A is #319485. Grayscale: #8A8A8A. Windows color (decimal): -3249286 or 8022990. OLE color: 8022990.

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

Color convert

RGB 206 107 122 -
CMYK 0 0.48 0.41 0.19
HSL 350.91º 0.5% 0.61% -
HSV(B) 350.91º 0.48% 0.81% -
XYZ 34.22 25.04 21.44 -
YUV 138.31 118.8 176.28 -
System Red Green Blue C M Y K H S L
Decimal 206 107 122 0 0.48 0.41 0.19 350.91 0.5 0.61
Hex CE 6B 7A 0 30 29 13 15F 32 3D
Octal 316 153 172 0 60 51 23 537 62 75
Binary 11001110 1101011 1111010 0 110000 101001 10011 101011111 110010 111101

Color Harmonies of #CE6B7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6B7A

Black with #CE6B7A

Text Example


Text Example

White with #CE6B7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6B7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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