Html Css Color HEX #CC838E Puce

📋 copy color: '#CC838E'

red 204 ◦ green 131 ◦ blue 142

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

Shades of Puce #CC838E

Tints of Puce #CC838E

RGB

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

 GREEN value IS 131 (51.56% from 255) = 27.46%

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

R = 42.77%
G = 27.46%
B = 29.77%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.30

 K value IS 0.2

RGB Variations

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

Color information

#CC838E (or 0xCC838E) is known color: Puce. HEX triplet: CC, 83 and 8E. RGB value is (204,131,142). Sum of RGB (Red+Green+Blue) = 204+131+142=477 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.77% from 477); Green value is 131 (51.56% from 255 or 27.46% from 477); Blue value is 142 (55.86% from 255 or 29.77% from 477); Max value from RGB is 204 - color contains mainly: red. Hex color #CC838E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC838E is #337C71. Grayscale: #9A9A9A. Windows color (decimal): -3374194 or 9339852. OLE color: 9339852.

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

Color convert

RGB 204 131 142 -
CMYK 0 0.36 0.30 0.2
HSL 350.96º 0.42% 0.66% -
HSV(B) 350.96º 0.36% 0.8% -
XYZ 37.9 31.02 29.58 -
YUV 154.08 121.18 163.61 -
System Red Green Blue C M Y K H S L
Decimal 204 131 142 0 0.36 0.30 0.2 350.96 0.42 0.66
Hex CC 83 8E 0 24 1E 14 15F 2A 42
Octal 314 203 216 0 44 36 24 537 52 102
Binary 11001100 10000011 10001110 0 100100 11110 10100 101011111 101010 1000010

Color Harmonies of #CC838E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC838E

Black with #CC838E

Text Example


Text Example

White with #CC838E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC838E; }

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

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

background-color css

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

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

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

border-color css

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

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

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