Html Css Color HEX #CB8290 Puce

📋 copy color: '#CB8290'

red 203 ◦ green 130 ◦ blue 144

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

Shades of Puce #CB8290

Tints of Puce #CB8290

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 30.19%

R = 42.56%
G = 27.25%
B = 30.19%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.29

 K value IS 0.20

RGB Variations

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

Color information

#CB8290 (or 0xCB8290) is known color: Puce. HEX triplet: CB, 82 and 90. RGB value is (203,130,144). Sum of RGB (Red+Green+Blue) = 203+130+144=477 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.56% from 477); Green value is 130 (51.17% from 255 or 27.25% from 477); Blue value is 144 (56.64% from 255 or 30.19% from 477); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8290 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB8290 is #347D6F. Grayscale: #999999. Windows color (decimal): -3439984 or 9470667. OLE color: 9470667.

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

Color convert

RGB 203 130 144 -
CMYK 0 0.36 0.29 0.20
HSL 348.49º 0.41% 0.65% -
HSV(B) 348.49º 0.36% 0.8% -
XYZ 37.65 30.68 30.32 -
YUV 153.42 122.68 163.36 -
System Red Green Blue C M Y K H S L
Decimal 203 130 144 0 0.36 0.29 0.20 348.49 0.41 0.65
Hex CB 82 90 0 24 1D 14 15C 29 41
Octal 313 202 220 0 44 35 24 534 51 101
Binary 11001011 10000010 10010000 0 100100 11101 10100 101011100 101001 1000001

Color Harmonies of #CB8290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8290

Black with #CB8290

Text Example


Text Example

White with #CB8290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8290; }

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

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

background-color css

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

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

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

border-color css

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

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

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