Html Css Color HEX #CB8395 Puce

📋 copy color: '#CB8395'

red 203 ◦ green 131 ◦ blue 149

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

Shades of Puce #CB8395

Tints of Puce #CB8395

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 30.85%

R = 42.03%
G = 27.12%
B = 30.85%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.27

 K value IS 0.20

RGB Variations

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

Color information

#CB8395 (or 0xCB8395) is known color: Puce. HEX triplet: CB, 83 and 95. RGB value is (203,131,149). Sum of RGB (Red+Green+Blue) = 203+131+149=483 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.03% from 483); Green value is 131 (51.56% from 255 or 27.12% from 483); Blue value is 149 (58.59% from 255 or 30.85% from 483); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8395 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB8395 is #347C6A. Grayscale: #9A9A9A. Windows color (decimal): -3439723 or 9798603. OLE color: 9798603.

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

Color convert

RGB 203 131 149 -
CMYK 0 0.35 0.27 0.20
HSL 345º 0.41% 0.65% -
HSV(B) 345º 0.35% 0.8% -
XYZ 38.17 31.1 32.42 -
YUV 154.58 124.85 162.54 -
System Red Green Blue C M Y K H S L
Decimal 203 131 149 0 0.35 0.27 0.20 345 0.41 0.65
Hex CB 83 95 0 23 1B 14 159 29 41
Octal 313 203 225 0 43 33 24 531 51 101
Binary 11001011 10000011 10010101 0 100011 11011 10100 101011001 101001 1000001

Color Harmonies of #CB8395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8395

Black with #CB8395

Text Example


Text Example

White with #CB8395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8395; }

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

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

background-color css

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

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

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

border-color css

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

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

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