Html Css Color HEX #CC747B Charm

📋 copy color: '#CC747B'

red 204 ◦ green 116 ◦ blue 123

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

Shades of Charm #CC747B

Tints of Charm #CC747B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 27.77%

R = 46.05%
G = 26.19%
B = 27.77%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.40

 K value IS 0.2

RGB Variations

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

Color information

#CC747B (or 0xCC747B) is known color: Charm. HEX triplet: CC, 74 and 7B. RGB value is (204,116,123). Sum of RGB (Red+Green+Blue) = 204+116+123=443 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.05% from 443); Green value is 116 (45.70% from 255 or 26.19% from 443); Blue value is 123 (48.44% from 255 or 27.77% from 443); Max value from RGB is 204 - color contains mainly: red. Hex color #CC747B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC747B is #338B84. Grayscale: #8F8F8F. Windows color (decimal): -3378053 or 8090828. OLE color: 8090828.

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

Color convert

RGB 204 116 123 -
CMYK 0 0.43 0.40 0.2
HSL 355.23º 0.46% 0.63% -
HSV(B) 355.23º 0.43% 0.8% -
XYZ 34.72 26.76 22.07 -
YUV 143.11 116.65 171.43 -
System Red Green Blue C M Y K H S L
Decimal 204 116 123 0 0.43 0.40 0.2 355.23 0.46 0.63
Hex CC 74 7B 0 2B 28 14 163 2E 3F
Octal 314 164 173 0 53 50 24 543 56 77
Binary 11001100 1110100 1111011 0 101011 101000 10100 101100011 101110 111111

Color Harmonies of #CC747B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC747B

Black with #CC747B

Text Example


Text Example

White with #CC747B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC747B; }

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

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

background-color css

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

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

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

border-color css

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

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

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