Html Css Color HEX #CB809B Puce

📋 copy color: '#CB809B'

red 203 ◦ green 128 ◦ blue 155

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

Shades of Puce #CB809B

Tints of Puce #CB809B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 31.89%

R = 41.77%
G = 26.34%
B = 31.89%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.24

 K value IS 0.20

RGB Variations

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

Color information

#CB809B (or 0xCB809B) is known color: Puce. HEX triplet: CB, 80 and 9B. RGB value is (203,128,155). Sum of RGB (Red+Green+Blue) = 203+128+155=486 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.77% from 486); Green value is 128 (50.39% from 255 or 26.34% from 486); Blue value is 155 (60.94% from 255 or 31.89% from 486); Max value from RGB is 203 - color contains mainly: red. Hex color #CB809B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB809B is #347F64. Grayscale: #999999. Windows color (decimal): -3440485 or 10191051. OLE color: 10191051.

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

Color convert

RGB 203 128 155 -
CMYK 0 0.37 0.24 0.20
HSL 338.4º 0.42% 0.65% -
HSV(B) 338.4º 0.37% 0.8% -
XYZ 38.26 30.5 34.88 -
YUV 153.5 128.85 163.3 -
System Red Green Blue C M Y K H S L
Decimal 203 128 155 0 0.37 0.24 0.20 338.4 0.42 0.65
Hex CB 80 9B 0 25 18 14 152 2A 41
Octal 313 200 233 0 45 30 24 522 52 101
Binary 11001011 10000000 10011011 0 100101 11000 10100 101010010 101010 1000001

Color Harmonies of #CB809B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB809B

Black with #CB809B

Text Example


Text Example

White with #CB809B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB809B; }

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

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

background-color css

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

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

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

border-color css

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

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

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