Html Css Color HEX #CE748A Charm

📋 copy color: '#CE748A'

red 206 ◦ green 116 ◦ blue 138

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

Shades of Charm #CE748A

Tints of Charm #CE748A

RGB

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

 GREEN value IS 116 (45.7% from 255) = 25.22%

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

R = 44.78%
G = 25.22%
B = 30%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.33

 K value IS 0.19

RGB Variations

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

Color information

#CE748A (or 0xCE748A) is known color: Charm. HEX triplet: CE, 74 and 8A. RGB value is (206,116,138). Sum of RGB (Red+Green+Blue) = 206+116+138=460 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.78% from 460); Green value is 116 (45.70% from 255 or 25.22% from 460); Blue value is 138 (54.30% from 255 or 30% from 460); Max value from RGB is 206 - color contains mainly: red. Hex color #CE748A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE748A is #318B75. Grayscale: #919191. Windows color (decimal): -3246966 or 9073870. OLE color: 9073870.

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

Color convert

RGB 206 116 138 -
CMYK 0 0.44 0.33 0.19
HSL 345.33º 0.48% 0.63% -
HSV(B) 345.33º 0.44% 0.81% -
XYZ 36.29 27.45 27.43 -
YUV 145.42 123.82 171.21 -
System Red Green Blue C M Y K H S L
Decimal 206 116 138 0 0.44 0.33 0.19 345.33 0.48 0.63
Hex CE 74 8A 0 2C 21 13 159 30 3F
Octal 316 164 212 0 54 41 23 531 60 77
Binary 11001110 1110100 10001010 0 101100 100001 10011 101011001 110000 111111

Color Harmonies of #CE748A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE748A

Black with #CE748A

Text Example


Text Example

White with #CE748A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE748A; }

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

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

background-color css

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

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

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

border-color css

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

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

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