Html Css Color HEX #CC738C Charm

📋 copy color: '#CC738C'

red 204 ◦ green 115 ◦ blue 140

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

Shades of Charm #CC738C

Tints of Charm #CC738C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 30.5%

R = 44.44%
G = 25.05%
B = 30.5%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.31

 K value IS 0.2

RGB Variations

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

Color information

#CC738C (or 0xCC738C) is known color: Charm. HEX triplet: CC, 73 and 8C. RGB value is (204,115,140). Sum of RGB (Red+Green+Blue) = 204+115+140=459 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.44% from 459); Green value is 115 (45.31% from 255 or 25.05% from 459); Blue value is 140 (55.08% from 255 or 30.50% from 459); Max value from RGB is 204 - color contains mainly: red. Hex color #CC738C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC738C is #338C73. Grayscale: #909090. Windows color (decimal): -3378292 or 9204684. OLE color: 9204684.

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

Color convert

RGB 204 115 140 -
CMYK 0 0.44 0.31 0.2
HSL 343.15º 0.47% 0.63% -
HSV(B) 343.15º 0.44% 0.8% -
XYZ 35.77 26.99 28.14 -
YUV 144.46 125.49 170.47 -
System Red Green Blue C M Y K H S L
Decimal 204 115 140 0 0.44 0.31 0.2 343.15 0.47 0.63
Hex CC 73 8C 0 2C 1F 14 157 2F 3F
Octal 314 163 214 0 54 37 24 527 57 77
Binary 11001100 1110011 10001100 0 101100 11111 10100 101010111 101111 111111

Color Harmonies of #CC738C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC738C

Black with #CC738C

Text Example


Text Example

White with #CC738C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC738C; }

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

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

background-color css

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

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

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

border-color css

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

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

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