Html Css Color HEX #CC738E Charm

📋 copy color: '#CC738E'

red 204 ◦ green 115 ◦ blue 142

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

Shades of Charm #CC738E

Tints of Charm #CC738E

RGB

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

 GREEN value IS 115 (45.31% from 255) = 24.95%

 BLUE value IS 142 (55.86% from 255) = 30.8%

R = 44.25%
G = 24.95%
B = 30.8%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.30

 K value IS 0.2

RGB Variations

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

Color information

#CC738E (or 0xCC738E) is known color: Charm. HEX triplet: CC, 73 and 8E. RGB value is (204,115,142). Sum of RGB (Red+Green+Blue) = 204+115+142=461 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.25% from 461); Green value is 115 (45.31% from 255 or 24.95% from 461); Blue value is 142 (55.86% from 255 or 30.80% from 461); Max value from RGB is 204 - color contains mainly: red. Hex color #CC738E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC738E is #338C71. Grayscale: #909090. Windows color (decimal): -3378290 or 9335756. OLE color: 9335756.

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

Color convert

RGB 204 115 142 -
CMYK 0 0.44 0.30 0.2
HSL 341.8º 0.47% 0.63% -
HSV(B) 341.8º 0.44% 0.8% -
XYZ 35.92 27.05 28.92 -
YUV 144.69 126.49 170.3 -
System Red Green Blue C M Y K H S L
Decimal 204 115 142 0 0.44 0.30 0.2 341.8 0.47 0.63
Hex CC 73 8E 0 2C 1E 14 156 2F 3F
Octal 314 163 216 0 54 36 24 526 57 77
Binary 11001100 1110011 10001110 0 101100 11110 10100 101010110 101111 111111

Color Harmonies of #CC738E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC738E

Black with #CC738E

Text Example


Text Example

White with #CC738E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC738E; }

 p { color: rgb(204,115,142); }

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

background-color css

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

 a { background-color: rgb(204,115,142); }

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

border-color css

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

 span { border-color: rgb(204,115,142); }

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