Html Css Color HEX #C68788 Puce

📋 copy color: '#C68788'

red 198 ◦ green 135 ◦ blue 136

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

Shades of Puce #C68788

Tints of Puce #C68788

RGB

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

 GREEN value IS 135 (53.13% from 255) = 28.78%

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

R = 42.22%
G = 28.78%
B = 29%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.31

 K value IS 0.22

RGB Variations

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

Color information

#C68788 (or 0xC68788) is known color: Puce. HEX triplet: C6, 87 and 88. RGB value is (198,135,136). Sum of RGB (Red+Green+Blue) = 198+135+136=469 (62% of max value = 765). Red value is 198 (77.73% from 255 or 42.22% from 469); Green value is 135 (53.12% from 255 or 28.78% from 469); Blue value is 136 (53.52% from 255 or 29.00% from 469); Max value from RGB is 198 - color contains mainly: red. Hex color #C68788 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68788 is #397877. Grayscale: #9A9A9A. Windows color (decimal): -3766392 or 8947654. OLE color: 8947654.

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

Color convert

RGB 198 135 136 -
CMYK 0 0.32 0.31 0.22
HSL 359.05º 0.36% 0.65% -
HSV(B) 359.05º 0.32% 0.78% -
XYZ 36.4 31.11 27.38 -
YUV 153.95 117.87 159.42 -
System Red Green Blue C M Y K H S L
Decimal 198 135 136 0 0.32 0.31 0.22 359.05 0.36 0.65
Hex C6 87 88 0 20 1F 16 167 24 41
Octal 306 207 210 0 40 37 26 547 44 101
Binary 11000110 10000111 10001000 0 100000 11111 10110 101100111 100100 1000001

Color Harmonies of #C68788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68788

Black with #C68788

Text Example


Text Example

White with #C68788

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68788; }

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

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

background-color css

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

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

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

border-color css

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

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

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