Html Css Color HEX #CC738D Charm

📋 copy color: '#CC738D'

red 204 ◦ green 115 ◦ blue 141

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

Shades of Charm #CC738D

Tints of Charm #CC738D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 30.65%

R = 44.35%
G = 25%
B = 30.65%

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

#CC738D (or 0xCC738D) is known color: Charm. HEX triplet: CC, 73 and 8D. RGB value is (204,115,141). Sum of RGB (Red+Green+Blue) = 204+115+141=460 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.35% from 460); Green value is 115 (45.31% from 255 or 25% from 460); Blue value is 141 (55.47% from 255 or 30.65% from 460); Max value from RGB is 204 - color contains mainly: red. Hex color #CC738D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC738D is #338C72. Grayscale: #909090. Windows color (decimal): -3378291 or 9270220. OLE color: 9270220.

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

Color convert

RGB 204 115 141 -
CMYK 0 0.44 0.31 0.2
HSL 342.47º 0.47% 0.63% -
HSV(B) 342.47º 0.44% 0.8% -
XYZ 35.84 27.02 28.53 -
YUV 144.58 125.99 170.39 -
System Red Green Blue C M Y K H S L
Decimal 204 115 141 0 0.44 0.31 0.2 342.47 0.47 0.63
Hex CC 73 8D 0 2C 1F 14 156 2F 3F
Octal 314 163 215 0 54 37 24 526 57 77
Binary 11001100 1110011 10001101 0 101100 11111 10100 101010110 101111 111111

Color Harmonies of #CC738D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC738D

Black with #CC738D

Text Example


Text Example

White with #CC738D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC738D; }

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

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

background-color css

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

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

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

border-color css

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

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

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