Html Css Color HEX #CE7A8A Charm

📋 copy color: '#CE7A8A'

red 206 ◦ green 122 ◦ blue 138

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

Shades of Charm #CE7A8A

Tints of Charm #CE7A8A

RGB

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

 GREEN value IS 122 (48.05% from 255) = 26.18%

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

R = 44.21%
G = 26.18%
B = 29.61%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.33

 K value IS 0.19

RGB Variations

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

Color information

#CE7A8A (or 0xCE7A8A) is known color: Charm. HEX triplet: CE, 7A and 8A. RGB value is (206,122,138). Sum of RGB (Red+Green+Blue) = 206+122+138=466 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.21% from 466); Green value is 122 (48.05% from 255 or 26.18% from 466); Blue value is 138 (54.30% from 255 or 29.61% from 466); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7A8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE7A8A is #318575. Grayscale: #949494. Windows color (decimal): -3245430 or 9075406. OLE color: 9075406.

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

Color convert

RGB 206 122 138 -
CMYK 0 0.41 0.33 0.19
HSL 348.57º 0.46% 0.64% -
HSV(B) 348.57º 0.41% 0.81% -
XYZ 37 28.88 27.67 -
YUV 148.94 121.83 168.7 -
System Red Green Blue C M Y K H S L
Decimal 206 122 138 0 0.41 0.33 0.19 348.57 0.46 0.64
Hex CE 7A 8A 0 29 21 13 15D 2E 40
Octal 316 172 212 0 51 41 23 535 56 100
Binary 11001110 1111010 10001010 0 101001 100001 10011 101011101 101110 1000000

Color Harmonies of #CE7A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7A8A

Black with #CE7A8A

Text Example


Text Example

White with #CE7A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7A8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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