Html Css Color HEX #CB898D Puce

📋 copy color: '#CB898D'

red 203 ◦ green 137 ◦ blue 141

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

Shades of Puce #CB898D

Tints of Puce #CB898D

RGB

 RED value IS 203 (79.69% from 255) = 42.2%

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

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

R = 42.2%
G = 28.48%
B = 29.31%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.31

 K value IS 0.20

RGB Variations

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

Color information

#CB898D (or 0xCB898D) is known color: Puce. HEX triplet: CB, 89 and 8D. RGB value is (203,137,141). Sum of RGB (Red+Green+Blue) = 203+137+141=481 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.20% from 481); Green value is 137 (53.91% from 255 or 28.48% from 481); Blue value is 141 (55.47% from 255 or 29.31% from 481); Max value from RGB is 203 - color contains mainly: red. Hex color #CB898D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB898D is #347672. Grayscale: #9D9D9D. Windows color (decimal): -3438195 or 9275851. OLE color: 9275851.

HSL color Cylindrical-coordinate representation of color #CB898D: hue angle of 356.36º degrees, saturation: 0.39, 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 #CB898D is Cyan = 0, Magento = 0.33, Yellow = 0.31 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 137 141 -
CMYK 0 0.33 0.31 0.20
HSL 356.36º 0.39% 0.67% -
HSV(B) 356.36º 0.33% 0.8% -
XYZ 38.38 32.51 29.45 -
YUV 157.19 118.87 160.67 -
System Red Green Blue C M Y K H S L
Decimal 203 137 141 0 0.33 0.31 0.20 356.36 0.39 0.67
Hex CB 89 8D 0 21 1F 14 164 27 43
Octal 313 211 215 0 41 37 24 544 47 103
Binary 11001011 10001001 10001101 0 100001 11111 10100 101100100 100111 1000011

Color Harmonies of #CB898D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB898D

Black with #CB898D

Text Example


Text Example

White with #CB898D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB898D; }

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

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

background-color css

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

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

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

border-color css

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

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

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