Html Css Color HEX #CB85A4 Puce

📋 copy color: '#CB85A4'

red 203 ◦ green 133 ◦ blue 164

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

Shades of Puce #CB85A4

Tints of Puce #CB85A4

RGB

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

 GREEN value IS 133 (52.34% from 255) = 26.6%

 BLUE value IS 164 (64.45% from 255) = 32.8%

R = 40.6%
G = 26.6%
B = 32.8%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.19

 K value IS 0.20

RGB Variations

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

Color information

#CB85A4 (or 0xCB85A4) is known color: Puce. HEX triplet: CB, 85 and A4. RGB value is (203,133,164). Sum of RGB (Red+Green+Blue) = 203+133+164=500 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.6% from 500); Green value is 133 (52.34% from 255 or 26.6% from 500); Blue value is 164 (64.45% from 255 or 32.8% from 500); Max value from RGB is 203 - color contains mainly: red. Hex color #CB85A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB85A4 is #347A5B. Grayscale: #9D9D9D. Windows color (decimal): -3439196 or 10782155. OLE color: 10782155.

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

Color convert

RGB 203 133 164 -
CMYK 0 0.34 0.19 0.20
HSL 333.43º 0.4% 0.66% -
HSV(B) 333.43º 0.34% 0.8% -
XYZ 39.72 32.15 39.23 -
YUV 157.46 131.69 160.48 -
System Red Green Blue C M Y K H S L
Decimal 203 133 164 0 0.34 0.19 0.20 333.43 0.4 0.66
Hex CB 85 A4 0 22 13 14 14D 28 42
Octal 313 205 244 0 42 23 24 515 50 102
Binary 11001011 10000101 10100100 0 100010 10011 10100 101001101 101000 1000010

Color Harmonies of #CB85A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB85A4

Black with #CB85A4

Text Example


Text Example

White with #CB85A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB85A4; }

 p { color: rgb(203,133,164); }

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

background-color css

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

 a { background-color: rgb(203,133,164); }

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

border-color css

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

 span { border-color: rgb(203,133,164); }

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