Html Css Color HEX #CC858B Puce

📋 copy color: '#CC858B'

red 204 ◦ green 133 ◦ blue 139

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

Shades of Puce #CC858B

Tints of Puce #CC858B

RGB

 RED value IS 204 (80.08% from 255) = 42.86%

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

 BLUE value IS 139 (54.69% from 255) = 29.2%

R = 42.86%
G = 27.94%
B = 29.2%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.32

 K value IS 0.2

RGB Variations

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

Color information

#CC858B (or 0xCC858B) is known color: Puce. HEX triplet: CC, 85 and 8B. RGB value is (204,133,139). Sum of RGB (Red+Green+Blue) = 204+133+139=476 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.86% from 476); Green value is 133 (52.34% from 255 or 27.94% from 476); Blue value is 139 (54.69% from 255 or 29.20% from 476); Max value from RGB is 204 - color contains mainly: red. Hex color #CC858B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC858B is #337A74. Grayscale: #9A9A9A. Windows color (decimal): -3373685 or 9143756. OLE color: 9143756.

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

Color convert

RGB 204 133 139 -
CMYK 0 0.35 0.32 0.2
HSL 354.93º 0.41% 0.66% -
HSV(B) 354.93º 0.35% 0.8% -
XYZ 37.95 31.48 28.5 -
YUV 154.91 119.02 163.01 -
System Red Green Blue C M Y K H S L
Decimal 204 133 139 0 0.35 0.32 0.2 354.93 0.41 0.66
Hex CC 85 8B 0 23 20 14 163 29 42
Octal 314 205 213 0 43 40 24 543 51 102
Binary 11001100 10000101 10001011 0 100011 100000 10100 101100011 101001 1000010

Color Harmonies of #CC858B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC858B

Black with #CC858B

Text Example


Text Example

White with #CC858B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC858B; }

 p { color: rgb(204,133,139); }

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

background-color css

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

 a { background-color: rgb(204,133,139); }

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

border-color css

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

 span { border-color: rgb(204,133,139); }

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