Html Css Color HEX #CB858F Puce

📋 copy color: '#CB858F'

red 203 ◦ green 133 ◦ blue 143

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

Shades of Puce #CB858F

Tints of Puce #CB858F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 29.85%

R = 42.38%
G = 27.77%
B = 29.85%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.30

 K value IS 0.20

RGB Variations

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

Color information

#CB858F (or 0xCB858F) is known color: Puce. HEX triplet: CB, 85 and 8F. RGB value is (203,133,143). Sum of RGB (Red+Green+Blue) = 203+133+143=479 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.38% from 479); Green value is 133 (52.34% from 255 or 27.77% from 479); Blue value is 143 (56.25% from 255 or 29.85% from 479); Max value from RGB is 203 - color contains mainly: red. Hex color #CB858F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB858F is #347A70. Grayscale: #9B9B9B. Windows color (decimal): -3439217 or 9405899. OLE color: 9405899.

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

Color convert

RGB 203 133 143 -
CMYK 0 0.34 0.30 0.20
HSL 351.43º 0.4% 0.66% -
HSV(B) 351.43º 0.34% 0.8% -
XYZ 37.97 31.45 30.06 -
YUV 155.07 121.19 162.19 -
System Red Green Blue C M Y K H S L
Decimal 203 133 143 0 0.34 0.30 0.20 351.43 0.4 0.66
Hex CB 85 8F 0 22 1E 14 15F 28 42
Octal 313 205 217 0 42 36 24 537 50 102
Binary 11001011 10000101 10001111 0 100010 11110 10100 101011111 101000 1000010

Color Harmonies of #CB858F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB858F

Black with #CB858F

Text Example


Text Example

White with #CB858F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB858F; }

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

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

background-color css

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

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

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

border-color css

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

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

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