Html Css Color HEX #CB808F Puce

📋 copy color: '#CB808F'

red 203 ◦ green 128 ◦ blue 143

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

Shades of Puce #CB808F

Tints of Puce #CB808F

RGB

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

 GREEN value IS 128 (50.39% from 255) = 27%

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

R = 42.83%
G = 27%
B = 30.17%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.30

 K value IS 0.20

RGB Variations

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

Color information

#CB808F (or 0xCB808F) is known color: Puce. HEX triplet: CB, 80 and 8F. RGB value is (203,128,143). Sum of RGB (Red+Green+Blue) = 203+128+143=474 (62% of max value = 765). Red value is 203 (79.69% from 255 or 42.83% from 474); Green value is 128 (50.39% from 255 or 27.00% from 474); Blue value is 143 (56.25% from 255 or 30.17% from 474); Max value from RGB is 203 - color contains mainly: red. Hex color #CB808F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB808F is #347F70. Grayscale: #989898. Windows color (decimal): -3440497 or 9404619. OLE color: 9404619.

HSL color Cylindrical-coordinate representation of color #CB808F: hue angle of 348º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CB808F is Cyan = 0, Magento = 0.37, Yellow = 0.30 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 128 143 -
CMYK 0 0.37 0.30 0.20
HSL 348º 0.42% 0.65% -
HSV(B) 348º 0.37% 0.8% -
XYZ 37.31 30.12 29.83 -
YUV 152.14 122.85 164.28 -
System Red Green Blue C M Y K H S L
Decimal 203 128 143 0 0.37 0.30 0.20 348 0.42 0.65
Hex CB 80 8F 0 25 1E 14 15C 2A 41
Octal 313 200 217 0 45 36 24 534 52 101
Binary 11001011 10000000 10001111 0 100101 11110 10100 101011100 101010 1000001

Color Harmonies of #CB808F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB808F

Black with #CB808F

Text Example


Text Example

White with #CB808F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB808F; }

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

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

background-color css

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

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

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

border-color css

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

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

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