#CB8398

Color #CB8398 Puce (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Puce #CB8398

Tints of Puce #CB8398

Color information

#CB8398 (or 0xCB8398) is unknown color: approx Puce. HEX triplet: CB, 83 and 98. RGB value is (203,131,152). Sum of RGB (Red+Green+Blue) = 203+131+152=486 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.77% from 486); Green value is 131 (51.56% from 255 or 26.95% from 486); Blue value is 152 (59.77% from 255 or 31.28% from 486); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8398 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB8398 is #347C67. Grayscale: #9A9A9A. Windows color (decimal): -3439720 or 9995211. OLE color: 9995211.

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

Color convert

RGB203131152-
CMYK00.350.250.20
HSL342.5º40.91%65.49%-
HSV(B)342.5º35.47%79.61%-
XYZ38.4131.233.7-
YUV154.92126.35162.29-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.77%
GREEN value IS 131 (51.56% from 255) = 26.95%
BLUE value IS 152 (59.77% from 255) = 31.28%
R=41.77%
G=26.95%
B=31.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.25
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20313115200.350.250.20342.540.9165.49
HexCB839802319141562941
Octal313203230043312452651101
Binary110010111000001110011000010001111001101001010101101010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8398; }

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

 H1.HeaderClassName
 {
   color: #CB8398;
 }
 .AnyTagClassName
 {
   color: #CB8398;
 }
</style>
background-color css

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

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

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

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

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

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