Html Css Color HEX #CC748B Charm

📋 copy color: '#CC748B'

red 204 ◦ green 116 ◦ blue 139

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

Shades of Charm #CC748B

Tints of Charm #CC748B

RGB

 RED value IS 204 (80.08% from 255) = 44.44%

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

 BLUE value IS 139 (54.69% from 255) = 30.28%

R = 44.44%
G = 25.27%
B = 30.28%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.32

 K value IS 0.2

RGB Variations

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

Color information

#CC748B (or 0xCC748B) is known color: Charm. HEX triplet: CC, 74 and 8B. RGB value is (204,116,139). Sum of RGB (Red+Green+Blue) = 204+116+139=459 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.44% from 459); Green value is 116 (45.70% from 255 or 25.27% from 459); Blue value is 139 (54.69% from 255 or 30.28% from 459); Max value from RGB is 204 - color contains mainly: red. Hex color #CC748B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC748B is #338B74. Grayscale: #909090. Windows color (decimal): -3378037 or 9139404. OLE color: 9139404.

HSL color Cylindrical-coordinate representation of color #CC748B: hue angle of 344.32º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CC748B is Cyan = 0, Magento = 0.43, Yellow = 0.32 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 116 139 -
CMYK 0 0.43 0.32 0.2
HSL 344.32º 0.46% 0.63% -
HSV(B) 344.32º 0.43% 0.8% -
XYZ 35.81 27.19 27.79 -
YUV 144.93 124.65 170.13 -
System Red Green Blue C M Y K H S L
Decimal 204 116 139 0 0.43 0.32 0.2 344.32 0.46 0.63
Hex CC 74 8B 0 2B 20 14 158 2E 3F
Octal 314 164 213 0 53 40 24 530 56 77
Binary 11001100 1110100 10001011 0 101011 100000 10100 101011000 101110 111111

Color Harmonies of #CC748B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC748B

Black with #CC748B

Text Example


Text Example

White with #CC748B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC748B; }

 p { color: rgb(204,116,139); }

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

background-color css

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

 a { background-color: rgb(204,116,139); }

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

border-color css

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

 span { border-color: rgb(204,116,139); }

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