Html Css Color HEX #CB878A Puce

📋 copy color: '#CB878A'

red 203 ◦ green 135 ◦ blue 138

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

Shades of Puce #CB878A

Tints of Puce #CB878A

RGB

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

 GREEN value IS 135 (53.13% from 255) = 28.36%

 BLUE value IS 138 (54.3% from 255) = 28.99%

R = 42.65%
G = 28.36%
B = 28.99%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.32

 K value IS 0.20

RGB Variations

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

Color information

#CB878A (or 0xCB878A) is known color: Puce. HEX triplet: CB, 87 and 8A. RGB value is (203,135,138). Sum of RGB (Red+Green+Blue) = 203+135+138=476 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.65% from 476); Green value is 135 (53.12% from 255 or 28.36% from 476); Blue value is 138 (54.30% from 255 or 28.99% from 476); Max value from RGB is 203 - color contains mainly: red. Hex color #CB878A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB878A is #347875. Grayscale: #9B9B9B. Windows color (decimal): -3438710 or 9078731. OLE color: 9078731.

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

Color convert

RGB 203 135 138 -
CMYK 0 0.33 0.32 0.20
HSL 357.35º 0.4% 0.66% -
HSV(B) 357.35º 0.33% 0.8% -
XYZ 37.88 31.86 28.2 -
YUV 155.67 118.03 161.76 -
System Red Green Blue C M Y K H S L
Decimal 203 135 138 0 0.33 0.32 0.20 357.35 0.4 0.66
Hex CB 87 8A 0 21 20 14 165 28 42
Octal 313 207 212 0 41 40 24 545 50 102
Binary 11001011 10000111 10001010 0 100001 100000 10100 101100101 101000 1000010

Color Harmonies of #CB878A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB878A

Black with #CB878A

Text Example


Text Example

White with #CB878A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB878A; }

 p { color: rgb(203,135,138); }

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

background-color css

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

 a { background-color: rgb(203,135,138); }

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

border-color css

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

 span { border-color: rgb(203,135,138); }

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