Html Css Color HEX #CB8694 Puce

📋 copy color: '#CB8694'

red 203 ◦ green 134 ◦ blue 148

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

Shades of Puce #CB8694

Tints of Puce #CB8694

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 30.52%

R = 41.86%
G = 27.63%
B = 30.52%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.27

 K value IS 0.20

RGB Variations

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

Color information

#CB8694 (or 0xCB8694) is known color: Puce. HEX triplet: CB, 86 and 94. RGB value is (203,134,148). Sum of RGB (Red+Green+Blue) = 203+134+148=485 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.86% from 485); Green value is 134 (52.73% from 255 or 27.63% from 485); Blue value is 148 (58.20% from 255 or 30.52% from 485); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8694 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB8694 is #34796B. Grayscale: #9C9C9C. Windows color (decimal): -3438956 or 9733835. OLE color: 9733835.

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

Color convert

RGB 203 134 148 -
CMYK 0 0.34 0.27 0.20
HSL 347.83º 0.4% 0.66% -
HSV(B) 347.83º 0.34% 0.8% -
XYZ 38.5 31.88 32.14 -
YUV 156.23 123.36 161.36 -
System Red Green Blue C M Y K H S L
Decimal 203 134 148 0 0.34 0.27 0.20 347.83 0.4 0.66
Hex CB 86 94 0 22 1B 14 15C 28 42
Octal 313 206 224 0 42 33 24 534 50 102
Binary 11001011 10000110 10010100 0 100010 11011 10100 101011100 101000 1000010

Color Harmonies of #CB8694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8694

Black with #CB8694

Text Example


Text Example

White with #CB8694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8694; }

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

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

background-color css

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

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

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

border-color css

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

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

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