Html Css Color HEX #CC838B Puce

📋 copy color: '#CC838B'

red 204 ◦ green 131 ◦ blue 139

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

Shades of Puce #CC838B

Tints of Puce #CC838B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 29.32%

R = 43.04%
G = 27.64%
B = 29.32%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.32

 K value IS 0.2

RGB Variations

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

Color information

#CC838B (or 0xCC838B) is known color: Puce. HEX triplet: CC, 83 and 8B. RGB value is (204,131,139). Sum of RGB (Red+Green+Blue) = 204+131+139=474 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.04% from 474); Green value is 131 (51.56% from 255 or 27.64% from 474); Blue value is 139 (54.69% from 255 or 29.32% from 474); Max value from RGB is 204 - color contains mainly: red. Hex color #CC838B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC838B is #337C74. Grayscale: #999999. Windows color (decimal): -3374197 or 9143244. OLE color: 9143244.

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

Color convert

RGB 204 131 139 -
CMYK 0 0.36 0.32 0.2
HSL 353.42º 0.42% 0.66% -
HSV(B) 353.42º 0.36% 0.8% -
XYZ 37.68 30.93 28.41 -
YUV 153.74 119.68 163.85 -
System Red Green Blue C M Y K H S L
Decimal 204 131 139 0 0.36 0.32 0.2 353.42 0.42 0.66
Hex CC 83 8B 0 24 20 14 161 2A 42
Octal 314 203 213 0 44 40 24 541 52 102
Binary 11001100 10000011 10001011 0 100100 100000 10100 101100001 101010 1000010

Color Harmonies of #CC838B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC838B

Black with #CC838B

Text Example


Text Example

White with #CC838B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC838B; }

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

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

background-color css

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

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

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

border-color css

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

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

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