Html Css Color HEX #CB88A3 Puce

📋 copy color: '#CB88A3'

red 203 ◦ green 136 ◦ blue 163

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

Shades of Puce #CB88A3

Tints of Puce #CB88A3

RGB

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

 GREEN value IS 136 (53.52% from 255) = 27.09%

 BLUE value IS 163 (64.06% from 255) = 32.47%

R = 40.44%
G = 27.09%
B = 32.47%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.20

 K value IS 0.20

RGB Variations

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

Color information

#CB88A3 (or 0xCB88A3) is known color: Puce. HEX triplet: CB, 88 and A3. RGB value is (203,136,163). Sum of RGB (Red+Green+Blue) = 203+136+163=502 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.44% from 502); Green value is 136 (53.52% from 255 or 27.09% from 502); Blue value is 163 (64.06% from 255 or 32.47% from 502); Max value from RGB is 203 - color contains mainly: red. Hex color #CB88A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB88A3 is #34775C. Grayscale: #9F9F9F. Windows color (decimal): -3438429 or 10717387. OLE color: 10717387.

HSL color Cylindrical-coordinate representation of color #CB88A3: hue angle of 335.82º degrees, saturation: 0.39, 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 #CB88A3 is Cyan = 0, Magento = 0.33, Yellow = 0.20 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 136 163 -
CMYK 0 0.33 0.20 0.20
HSL 335.82º 0.39% 0.66% -
HSV(B) 335.82º 0.33% 0.8% -
XYZ 40.04 32.95 38.9 -
YUV 159.11 130.2 159.3 -
System Red Green Blue C M Y K H S L
Decimal 203 136 163 0 0.33 0.20 0.20 335.82 0.39 0.66
Hex CB 88 A3 0 21 14 14 150 27 42
Octal 313 210 243 0 41 24 24 520 47 102
Binary 11001011 10001000 10100011 0 100001 10100 10100 101010000 100111 1000010

Color Harmonies of #CB88A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB88A3

Black with #CB88A3

Text Example


Text Example

White with #CB88A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB88A3; }

 p { color: rgb(203,136,163); }

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

background-color css

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

 a { background-color: rgb(203,136,163); }

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

border-color css

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

 span { border-color: rgb(203,136,163); }

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