Html Css Color HEX #CB8298 Puce

📋 copy color: '#CB8298'

red 203 ◦ green 130 ◦ blue 152

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

Shades of Puce #CB8298

Tints of Puce #CB8298

RGB

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

 GREEN value IS 130 (51.17% from 255) = 26.8%

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

R = 41.86%
G = 26.8%
B = 31.34%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.25

 K value IS 0.20

RGB Variations

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

Color information

#CB8298 (or 0xCB8298) is known color: Puce. HEX triplet: CB, 82 and 98. RGB value is (203,130,152). Sum of RGB (Red+Green+Blue) = 203+130+152=485 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.86% from 485); Green value is 130 (51.17% from 255 or 26.80% from 485); Blue value is 152 (59.77% from 255 or 31.34% from 485); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8298 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB8298 is #347D67. Grayscale: #9A9A9A. Windows color (decimal): -3439976 or 9994955. OLE color: 9994955.

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

Color convert

RGB 203 130 152 -
CMYK 0 0.36 0.25 0.20
HSL 341.92º 0.41% 0.65% -
HSV(B) 341.92º 0.36% 0.8% -
XYZ 38.28 30.93 33.66 -
YUV 154.34 126.68 162.71 -
System Red Green Blue C M Y K H S L
Decimal 203 130 152 0 0.36 0.25 0.20 341.92 0.41 0.65
Hex CB 82 98 0 24 19 14 156 29 41
Octal 313 202 230 0 44 31 24 526 51 101
Binary 11001011 10000010 10011000 0 100100 11001 10100 101010110 101001 1000001

Color Harmonies of #CB8298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8298

Black with #CB8298

Text Example


Text Example

White with #CB8298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8298; }

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

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

background-color css

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

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

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

border-color css

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

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

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