Html Css Color HEX #CC898D Puce

📋 copy color: '#CC898D'

red 204 ◦ green 137 ◦ blue 141

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

Shades of Puce #CC898D

Tints of Puce #CC898D

RGB

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

 GREEN value IS 137 (53.91% from 255) = 28.42%

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

R = 42.32%
G = 28.42%
B = 29.25%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.31

 K value IS 0.2

RGB Variations

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

Color information

#CC898D (or 0xCC898D) is known color: Puce. HEX triplet: CC, 89 and 8D. RGB value is (204,137,141). Sum of RGB (Red+Green+Blue) = 204+137+141=482 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.32% from 482); Green value is 137 (53.91% from 255 or 28.42% from 482); Blue value is 141 (55.47% from 255 or 29.25% from 482); Max value from RGB is 204 - color contains mainly: red. Hex color #CC898D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC898D is #337672. Grayscale: #9D9D9D. Windows color (decimal): -3372659 or 9275852. OLE color: 9275852.

HSL color Cylindrical-coordinate representation of color #CC898D: hue angle of 356.42º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CC898D is Cyan = 0, Magento = 0.33, Yellow = 0.31 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 137 141 -
CMYK 0 0.33 0.31 0.2
HSL 356.42º 0.4% 0.67% -
HSV(B) 356.42º 0.33% 0.8% -
XYZ 38.66 32.65 29.46 -
YUV 157.49 118.7 161.17 -
System Red Green Blue C M Y K H S L
Decimal 204 137 141 0 0.33 0.31 0.2 356.42 0.4 0.67
Hex CC 89 8D 0 21 1F 14 164 28 43
Octal 314 211 215 0 41 37 24 544 50 103
Binary 11001100 10001001 10001101 0 100001 11111 10100 101100100 101000 1000011

Color Harmonies of #CC898D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC898D

Black with #CC898D

Text Example


Text Example

White with #CC898D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC898D; }

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

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

background-color css

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

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

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

border-color css

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

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

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