Html Css Color HEX #CB8498 Puce

📋 copy color: '#CB8498'

red 203 ◦ green 132 ◦ blue 152

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

Shades of Puce #CB8498

Tints of Puce #CB8498

RGB

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

 GREEN value IS 132 (51.95% from 255) = 27.1%

 BLUE value IS 152 (59.77% from 255) = 31.21%

R = 41.68%
G = 27.1%
B = 31.21%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.25

 K value IS 0.20

RGB Variations

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

Color information

#CB8498 (or 0xCB8498) is known color: Puce. HEX triplet: CB, 84 and 98. RGB value is (203,132,152). Sum of RGB (Red+Green+Blue) = 203+132+152=487 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.68% from 487); Green value is 132 (51.95% from 255 or 27.10% from 487); Blue value is 152 (59.77% from 255 or 31.21% from 487); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8498 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB8498 is #347B67. Grayscale: #9B9B9B. Windows color (decimal): -3439464 or 9995467. OLE color: 9995467.

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

Color convert

RGB 203 132 152 -
CMYK 0 0.35 0.25 0.20
HSL 343.1º 0.41% 0.66% -
HSV(B) 343.1º 0.35% 0.8% -
XYZ 38.55 31.47 33.75 -
YUV 155.51 126.02 161.87 -
System Red Green Blue C M Y K H S L
Decimal 203 132 152 0 0.35 0.25 0.20 343.1 0.41 0.66
Hex CB 84 98 0 23 19 14 157 29 42
Octal 313 204 230 0 43 31 24 527 51 102
Binary 11001011 10000100 10011000 0 100011 11001 10100 101010111 101001 1000010

Color Harmonies of #CB8498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8498

Black with #CB8498

Text Example


Text Example

White with #CB8498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8498; }

 p { color: rgb(203,132,152); }

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

background-color css

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

 a { background-color: rgb(203,132,152); }

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

border-color css

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

 span { border-color: rgb(203,132,152); }

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