Html Css Color HEX #CB8497 Puce

📋 copy color: '#CB8497'

red 203 ◦ green 132 ◦ blue 151

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

Shades of Puce #CB8497

Tints of Puce #CB8497

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 31.07%

R = 41.77%
G = 27.16%
B = 31.07%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.26

 K value IS 0.20

RGB Variations

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

Color information

#CB8497 (or 0xCB8497) is known color: Puce. HEX triplet: CB, 84 and 97. RGB value is (203,132,151). Sum of RGB (Red+Green+Blue) = 203+132+151=486 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.77% from 486); Green value is 132 (51.95% from 255 or 27.16% from 486); Blue value is 151 (59.38% from 255 or 31.07% from 486); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8497 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB8497 is #347B68. Grayscale: #9B9B9B. Windows color (decimal): -3439465 or 9929931. OLE color: 9929931.

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

Color convert

RGB 203 132 151 -
CMYK 0 0.35 0.26 0.20
HSL 343.94º 0.41% 0.66% -
HSV(B) 343.94º 0.35% 0.8% -
XYZ 38.47 31.43 33.32 -
YUV 155.4 125.52 161.96 -
System Red Green Blue C M Y K H S L
Decimal 203 132 151 0 0.35 0.26 0.20 343.94 0.41 0.66
Hex CB 84 97 0 23 1A 14 158 29 42
Octal 313 204 227 0 43 32 24 530 51 102
Binary 11001011 10000100 10010111 0 100011 11010 10100 101011000 101001 1000010

Color Harmonies of #CB8497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8497

Black with #CB8497

Text Example


Text Example

White with #CB8497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8497; }

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

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

background-color css

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

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

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

border-color css

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

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

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