Html Css Color HEX #CB8693 Puce

📋 copy color: '#CB8693'

red 203 ◦ green 134 ◦ blue 147

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

Shades of Puce #CB8693

Tints of Puce #CB8693

RGB

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

 GREEN value IS 134 (52.73% from 255) = 27.69%

 BLUE value IS 147 (57.81% from 255) = 30.37%

R = 41.94%
G = 27.69%
B = 30.37%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.28

 K value IS 0.20

RGB Variations

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

Color information

#CB8693 (or 0xCB8693) is known color: Puce. HEX triplet: CB, 86 and 93. RGB value is (203,134,147). Sum of RGB (Red+Green+Blue) = 203+134+147=484 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.94% from 484); Green value is 134 (52.73% from 255 or 27.69% from 484); Blue value is 147 (57.81% from 255 or 30.37% from 484); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8693 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB8693 is #34796C. Grayscale: #9C9C9C. Windows color (decimal): -3438957 or 9668299. OLE color: 9668299.

HSL color Cylindrical-coordinate representation of color #CB8693: hue angle of 348.7º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CB8693 is Cyan = 0, Magento = 0.34, Yellow = 0.28 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 134 147 -
CMYK 0 0.34 0.28 0.20
HSL 348.7º 0.4% 0.66% -
HSV(B) 348.7º 0.34% 0.8% -
XYZ 38.42 31.85 31.73 -
YUV 156.11 122.86 161.44 -
System Red Green Blue C M Y K H S L
Decimal 203 134 147 0 0.34 0.28 0.20 348.7 0.4 0.66
Hex CB 86 93 0 22 1C 14 15D 28 42
Octal 313 206 223 0 42 34 24 535 50 102
Binary 11001011 10000110 10010011 0 100010 11100 10100 101011101 101000 1000010

Color Harmonies of #CB8693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8693

Black with #CB8693

Text Example


Text Example

White with #CB8693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8693; }

 p { color: rgb(203,134,147); }

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

background-color css

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

 a { background-color: rgb(203,134,147); }

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

border-color css

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

 span { border-color: rgb(203,134,147); }

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