Html Css Color HEX #C68588 Puce

📋 copy color: '#C68588'

red 198 ◦ green 133 ◦ blue 136

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

Shades of Puce #C68588

Tints of Puce #C68588

RGB

 RED value IS 198 (77.73% from 255) = 42.4%

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

 BLUE value IS 136 (53.52% from 255) = 29.12%

R = 42.4%
G = 28.48%
B = 29.12%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.31

 K value IS 0.22

RGB Variations

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

Color information

#C68588 (or 0xC68588) is known color: Puce. HEX triplet: C6, 85 and 88. RGB value is (198,133,136). Sum of RGB (Red+Green+Blue) = 198+133+136=467 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.40% from 467); Green value is 133 (52.34% from 255 or 28.48% from 467); Blue value is 136 (53.52% from 255 or 29.12% from 467); Max value from RGB is 198 - color contains mainly: red. Hex color #C68588 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68588 is #397A77. Grayscale: #989898. Windows color (decimal): -3766904 or 8947142. OLE color: 8947142.

HSL color Cylindrical-coordinate representation of color #C68588: hue angle of 357.23º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C68588 is Cyan = 0, Magento = 0.33, Yellow = 0.31 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 133 136 -
CMYK 0 0.33 0.31 0.22
HSL 357.23º 0.36% 0.65% -
HSV(B) 357.23º 0.33% 0.78% -
XYZ 36.12 30.56 27.29 -
YUV 152.78 118.53 160.26 -
System Red Green Blue C M Y K H S L
Decimal 198 133 136 0 0.33 0.31 0.22 357.23 0.36 0.65
Hex C6 85 88 0 21 1F 16 165 24 41
Octal 306 205 210 0 41 37 26 545 44 101
Binary 11000110 10000101 10001000 0 100001 11111 10110 101100101 100100 1000001

Color Harmonies of #C68588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68588

Black with #C68588

Text Example


Text Example

White with #C68588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68588; }

 p { color: rgb(198,133,136); }

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

background-color css

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

 a { background-color: rgb(198,133,136); }

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

border-color css

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

 span { border-color: rgb(198,133,136); }

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