Html Css Color HEX #C68894 Puce

📋 copy color: '#C68894'

red 198 ◦ green 136 ◦ blue 148

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

Shades of Puce #C68894

Tints of Puce #C68894

RGB

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

 GREEN value IS 136 (53.52% from 255) = 28.22%

 BLUE value IS 148 (58.2% from 255) = 30.71%

R = 41.08%
G = 28.22%
B = 30.71%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.25

 K value IS 0.22

RGB Variations

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

Color information

#C68894 (or 0xC68894) is known color: Puce. HEX triplet: C6, 88 and 94. RGB value is (198,136,148). Sum of RGB (Red+Green+Blue) = 198+136+148=482 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.08% from 482); Green value is 136 (53.52% from 255 or 28.22% from 482); Blue value is 148 (58.20% from 255 or 30.71% from 482); Max value from RGB is 198 - color contains mainly: red. Hex color #C68894 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68894 is #39776B. Grayscale: #9B9B9B. Windows color (decimal): -3766124 or 9734342. OLE color: 9734342.

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

Color convert

RGB 198 136 148 -
CMYK 0 0.31 0.25 0.22
HSL 348.39º 0.35% 0.65% -
HSV(B) 348.39º 0.31% 0.78% -
XYZ 37.44 31.75 32.17 -
YUV 155.91 123.54 158.02 -
System Red Green Blue C M Y K H S L
Decimal 198 136 148 0 0.31 0.25 0.22 348.39 0.35 0.65
Hex C6 88 94 0 1F 19 16 15C 23 41
Octal 306 210 224 0 37 31 26 534 43 101
Binary 11000110 10001000 10010100 0 11111 11001 10110 101011100 100011 1000001

Color Harmonies of #C68894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68894

Black with #C68894

Text Example


Text Example

White with #C68894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68894; }

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

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

background-color css

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

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

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

border-color css

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

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

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