Html Css Color HEX #C67E9D Puce

📋 copy color: '#C67E9D'

red 198 ◦ green 126 ◦ blue 157

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

Shades of Puce #C67E9D

Tints of Puce #C67E9D

RGB

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

 GREEN value IS 126 (49.61% from 255) = 26.2%

 BLUE value IS 157 (61.72% from 255) = 32.64%

R = 41.16%
G = 26.2%
B = 32.64%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.21

 K value IS 0.22

RGB Variations

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

Color information

#C67E9D (or 0xC67E9D) is known color: Puce. HEX triplet: C6, 7E and 9D. RGB value is (198,126,157). Sum of RGB (Red+Green+Blue) = 198+126+157=481 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.16% from 481); Green value is 126 (49.61% from 255 or 26.20% from 481); Blue value is 157 (61.72% from 255 or 32.64% from 481); Max value from RGB is 198 - color contains mainly: red. Hex color #C67E9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C67E9D is #398162. Grayscale: #979797. Windows color (decimal): -3768675 or 10321606. OLE color: 10321606.

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

Color convert

RGB 198 126 157 -
CMYK 0 0.36 0.21 0.22
HSL 334.17º 0.39% 0.64% -
HSV(B) 334.17º 0.36% 0.78% -
XYZ 36.84 29.36 35.62 -
YUV 151.06 131.35 161.48 -
System Red Green Blue C M Y K H S L
Decimal 198 126 157 0 0.36 0.21 0.22 334.17 0.39 0.64
Hex C6 7E 9D 0 24 15 16 14E 27 40
Octal 306 176 235 0 44 25 26 516 47 100
Binary 11000110 1111110 10011101 0 100100 10101 10110 101001110 100111 1000000

Color Harmonies of #C67E9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67E9D

Black with #C67E9D

Text Example


Text Example

White with #C67E9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67E9D; }

 p { color: rgb(198,126,157); }

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

background-color css

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

 a { background-color: rgb(198,126,157); }

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

border-color css

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

 span { border-color: rgb(198,126,157); }

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