Html Css Color HEX #CB858D Puce

📋 copy color: '#CB858D'

red 203 ◦ green 133 ◦ blue 141

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

Shades of Puce #CB858D

Tints of Puce #CB858D

RGB

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

 GREEN value IS 133 (52.34% from 255) = 27.88%

 BLUE value IS 141 (55.47% from 255) = 29.56%

R = 42.56%
G = 27.88%
B = 29.56%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.31

 K value IS 0.20

RGB Variations

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

Color information

#CB858D (or 0xCB858D) is known color: Puce. HEX triplet: CB, 85 and 8D. RGB value is (203,133,141). Sum of RGB (Red+Green+Blue) = 203+133+141=477 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.56% from 477); Green value is 133 (52.34% from 255 or 27.88% from 477); Blue value is 141 (55.47% from 255 or 29.56% from 477); Max value from RGB is 203 - color contains mainly: red. Hex color #CB858D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB858D is #347A72. Grayscale: #9A9A9A. Windows color (decimal): -3439219 or 9274827. OLE color: 9274827.

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

Color convert

RGB 203 133 141 -
CMYK 0 0.34 0.31 0.20
HSL 353.14º 0.4% 0.66% -
HSV(B) 353.14º 0.34% 0.8% -
XYZ 37.82 31.39 29.27 -
YUV 154.84 120.19 162.35 -
System Red Green Blue C M Y K H S L
Decimal 203 133 141 0 0.34 0.31 0.20 353.14 0.4 0.66
Hex CB 85 8D 0 22 1F 14 161 28 42
Octal 313 205 215 0 42 37 24 541 50 102
Binary 11001011 10000101 10001101 0 100010 11111 10100 101100001 101000 1000010

Color Harmonies of #CB858D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB858D

Black with #CB858D

Text Example


Text Example

White with #CB858D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB858D; }

 p { color: rgb(203,133,141); }

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

background-color css

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

 a { background-color: rgb(203,133,141); }

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

border-color css

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

 span { border-color: rgb(203,133,141); }

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