Html Css Color HEX #CB8698 Puce

📋 copy color: '#CB8698'

red 203 ◦ green 134 ◦ blue 152

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

Shades of Puce #CB8698

Tints of Puce #CB8698

RGB

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

 GREEN value IS 134 (52.73% from 255) = 27.4%

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

R = 41.51%
G = 27.4%
B = 31.08%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.25

 K value IS 0.20

RGB Variations

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

Color information

#CB8698 (or 0xCB8698) is known color: Puce. HEX triplet: CB, 86 and 98. RGB value is (203,134,152). Sum of RGB (Red+Green+Blue) = 203+134+152=489 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.51% from 489); Green value is 134 (52.73% from 255 or 27.40% from 489); Blue value is 152 (59.77% from 255 or 31.08% from 489); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8698 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB8698 is #347967. Grayscale: #9C9C9C. Windows color (decimal): -3438952 or 9995979. OLE color: 9995979.

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

Color convert

RGB 203 134 152 -
CMYK 0 0.34 0.25 0.20
HSL 344.35º 0.4% 0.66% -
HSV(B) 344.35º 0.34% 0.8% -
XYZ 38.82 32.01 33.84 -
YUV 156.68 125.36 161.04 -
System Red Green Blue C M Y K H S L
Decimal 203 134 152 0 0.34 0.25 0.20 344.35 0.4 0.66
Hex CB 86 98 0 22 19 14 158 28 42
Octal 313 206 230 0 42 31 24 530 50 102
Binary 11001011 10000110 10011000 0 100010 11001 10100 101011000 101000 1000010

Color Harmonies of #CB8698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8698

Black with #CB8698

Text Example


Text Example

White with #CB8698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8698; }

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

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

background-color css

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

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

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

border-color css

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

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

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