Html Css Color HEX #CC748A Charm

📋 copy color: '#CC748A'

red 204 ◦ green 116 ◦ blue 138

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

Shades of Charm #CC748A

Tints of Charm #CC748A

RGB

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

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

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

R = 44.54%
G = 25.33%
B = 30.13%

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

#CC748A (or 0xCC748A) is known color: Charm. HEX triplet: CC, 74 and 8A. RGB value is (204,116,138). Sum of RGB (Red+Green+Blue) = 204+116+138=458 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.54% from 458); Green value is 116 (45.70% from 255 or 25.33% from 458); Blue value is 138 (54.30% from 255 or 30.13% from 458); Max value from RGB is 204 - color contains mainly: red. Hex color #CC748A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC748A is #338B75. Grayscale: #909090. Windows color (decimal): -3378038 or 9073868. OLE color: 9073868.

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

Color convert

RGB 204 116 138 -
CMYK 0 0.43 0.32 0.2
HSL 345º 0.46% 0.63% -
HSV(B) 345º 0.43% 0.8% -
XYZ 35.73 27.16 27.4 -
YUV 144.82 124.15 170.21 -
System Red Green Blue C M Y K H S L
Decimal 204 116 138 0 0.43 0.32 0.2 345 0.46 0.63
Hex CC 74 8A 0 2B 20 14 159 2E 3F
Octal 314 164 212 0 53 40 24 531 56 77
Binary 11001100 1110100 10001010 0 101011 100000 10100 101011001 101110 111111

Color Harmonies of #CC748A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC748A

Black with #CC748A

Text Example


Text Example

White with #CC748A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC748A; }

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

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

background-color css

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

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

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

border-color css

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

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

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