Html Css Color HEX #CB8399 Puce

📋 copy color: '#CB8399'

red 203 ◦ green 131 ◦ blue 153

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

Shades of Puce #CB8399

Tints of Puce #CB8399

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 31.42%

R = 41.68%
G = 26.9%
B = 31.42%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.25

 K value IS 0.20

RGB Variations

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

Color information

#CB8399 (or 0xCB8399) is known color: Puce. HEX triplet: CB, 83 and 99. RGB value is (203,131,153). Sum of RGB (Red+Green+Blue) = 203+131+153=487 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.68% from 487); Green value is 131 (51.56% from 255 or 26.90% from 487); Blue value is 153 (60.16% from 255 or 31.42% from 487); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8399 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB8399 is #347C66. Grayscale: #9B9B9B. Windows color (decimal): -3439719 or 10060747. OLE color: 10060747.

HSL color Cylindrical-coordinate representation of color #CB8399: hue angle of 341.67º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CB8399 is Cyan = 0, Magento = 0.35, Yellow = 0.25 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 131 153 -
CMYK 0 0.35 0.25 0.20
HSL 341.67º 0.41% 0.65% -
HSV(B) 341.67º 0.35% 0.8% -
XYZ 38.49 31.23 34.14 -
YUV 155.04 126.85 162.21 -
System Red Green Blue C M Y K H S L
Decimal 203 131 153 0 0.35 0.25 0.20 341.67 0.41 0.65
Hex CB 83 99 0 23 19 14 156 29 41
Octal 313 203 231 0 43 31 24 526 51 101
Binary 11001011 10000011 10011001 0 100011 11001 10100 101010110 101001 1000001

Color Harmonies of #CB8399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8399

Black with #CB8399

Text Example


Text Example

White with #CB8399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8399; }

 p { color: rgb(203,131,153); }

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

background-color css

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

 a { background-color: rgb(203,131,153); }

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

border-color css

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

 span { border-color: rgb(203,131,153); }

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