Html Css Color HEX #CB899F Puce

📋 copy color: '#CB899F'

red 203 ◦ green 137 ◦ blue 159

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

Shades of Puce #CB899F

Tints of Puce #CB899F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 31.86%

R = 40.68%
G = 27.45%
B = 31.86%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.22

 K value IS 0.20

RGB Variations

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

Color information

#CB899F (or 0xCB899F) is known color: Puce. HEX triplet: CB, 89 and 9F. RGB value is (203,137,159). Sum of RGB (Red+Green+Blue) = 203+137+159=499 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.68% from 499); Green value is 137 (53.91% from 255 or 27.45% from 499); Blue value is 159 (62.5% from 255 or 31.86% from 499); Max value from RGB is 203 - color contains mainly: red. Hex color #CB899F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB899F is #347660. Grayscale: #9F9F9F. Windows color (decimal): -3438177 or 10455499. OLE color: 10455499.

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

Color convert

RGB 203 137 159 -
CMYK 0 0.33 0.22 0.20
HSL 340º 0.39% 0.67% -
HSV(B) 340º 0.33% 0.8% -
XYZ 39.83 33.09 37.09 -
YUV 159.24 127.87 159.21 -
System Red Green Blue C M Y K H S L
Decimal 203 137 159 0 0.33 0.22 0.20 340 0.39 0.67
Hex CB 89 9F 0 21 16 14 154 27 43
Octal 313 211 237 0 41 26 24 524 47 103
Binary 11001011 10001001 10011111 0 100001 10110 10100 101010100 100111 1000011

Color Harmonies of #CB899F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB899F

Black with #CB899F

Text Example


Text Example

White with #CB899F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB899F; }

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

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

background-color css

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

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

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

border-color css

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

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

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