Html Css Color HEX #CC838D Puce

📋 copy color: '#CC838D'

red 204 ◦ green 131 ◦ blue 141

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

Shades of Puce #CC838D

Tints of Puce #CC838D

RGB

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

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

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

R = 42.86%
G = 27.52%
B = 29.62%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.31

 K value IS 0.2

RGB Variations

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

Color information

#CC838D (or 0xCC838D) is known color: Puce. HEX triplet: CC, 83 and 8D. RGB value is (204,131,141). Sum of RGB (Red+Green+Blue) = 204+131+141=476 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.86% from 476); Green value is 131 (51.56% from 255 or 27.52% from 476); Blue value is 141 (55.47% from 255 or 29.62% from 476); Max value from RGB is 204 - color contains mainly: red. Hex color #CC838D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC838D is #337C72. Grayscale: #999999. Windows color (decimal): -3374195 or 9274316. OLE color: 9274316.

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

Color convert

RGB 204 131 141 -
CMYK 0 0.36 0.31 0.2
HSL 351.78º 0.42% 0.66% -
HSV(B) 351.78º 0.36% 0.8% -
XYZ 37.83 30.99 29.19 -
YUV 153.97 120.68 163.69 -
System Red Green Blue C M Y K H S L
Decimal 204 131 141 0 0.36 0.31 0.2 351.78 0.42 0.66
Hex CC 83 8D 0 24 1F 14 160 2A 42
Octal 314 203 215 0 44 37 24 540 52 102
Binary 11001100 10000011 10001101 0 100100 11111 10100 101100000 101010 1000010

Color Harmonies of #CC838D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC838D

Black with #CC838D

Text Example


Text Example

White with #CC838D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC838D; }

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

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

background-color css

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

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

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

border-color css

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

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

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