Html Css Color HEX #CE7B7D Charm

📋 copy color: '#CE7B7D'

red 206 ◦ green 123 ◦ blue 125

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

Shades of Charm #CE7B7D

Tints of Charm #CE7B7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 27.53%

R = 45.37%
G = 27.09%
B = 27.53%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.39

 K value IS 0.19

RGB Variations

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

Color information

#CE7B7D (or 0xCE7B7D) is known color: Charm. HEX triplet: CE, 7B and 7D. RGB value is (206,123,125). Sum of RGB (Red+Green+Blue) = 206+123+125=454 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.37% from 454); Green value is 123 (48.44% from 255 or 27.09% from 454); Blue value is 125 (49.22% from 255 or 27.53% from 454); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7B7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7B7D is #318482. Grayscale: #949494. Windows color (decimal): -3245187 or 8223694. OLE color: 8223694.

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

Color convert

RGB 206 123 125 -
CMYK 0 0.40 0.39 0.19
HSL 358.55º 0.46% 0.65% -
HSV(B) 358.55º 0.4% 0.81% -
XYZ 36.24 28.77 23.04 -
YUV 148.05 115 169.34 -
System Red Green Blue C M Y K H S L
Decimal 206 123 125 0 0.40 0.39 0.19 358.55 0.46 0.65
Hex CE 7B 7D 0 28 27 13 167 2E 41
Octal 316 173 175 0 50 47 23 547 56 101
Binary 11001110 1111011 1111101 0 101000 100111 10011 101100111 101110 1000001

Color Harmonies of #CE7B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7B7D

Black with #CE7B7D

Text Example


Text Example

White with #CE7B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7B7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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