Html Css Color HEX #CE6C7A Charm

📋 copy color: '#CE6C7A'

red 206 ◦ green 108 ◦ blue 122

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

Shades of Charm #CE6C7A

Tints of Charm #CE6C7A

RGB

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

 GREEN value IS 108 (42.58% from 255) = 24.77%

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

R = 47.25%
G = 24.77%
B = 27.98%

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

#CE6C7A (or 0xCE6C7A) is known color: Charm. HEX triplet: CE, 6C and 7A. RGB value is (206,108,122). Sum of RGB (Red+Green+Blue) = 206+108+122=436 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.25% from 436); Green value is 108 (42.58% from 255 or 24.77% from 436); Blue value is 122 (48.05% from 255 or 27.98% from 436); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6C7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE6C7A is #319385. Grayscale: #8A8A8A. Windows color (decimal): -3249030 or 8023246. OLE color: 8023246.

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

Color convert

RGB 206 108 122 -
CMYK 0 0.48 0.41 0.19
HSL 351.43º 0.5% 0.62% -
HSV(B) 351.43º 0.48% 0.81% -
XYZ 34.33 25.25 21.48 -
YUV 138.9 118.47 175.86 -
System Red Green Blue C M Y K H S L
Decimal 206 108 122 0 0.48 0.41 0.19 351.43 0.5 0.62
Hex CE 6C 7A 0 30 29 13 15F 32 3E
Octal 316 154 172 0 60 51 23 537 62 76
Binary 11001110 1101100 1111010 0 110000 101001 10011 101011111 110010 111110

Color Harmonies of #CE6C7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6C7A

Black with #CE6C7A

Text Example


Text Example

White with #CE6C7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6C7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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