Html Css Color HEX #C67C8E Charm

📋 copy color: '#C67C8E'

red 198 ◦ green 124 ◦ blue 142

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

Shades of Charm #C67C8E

Tints of Charm #C67C8E

RGB

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

 GREEN value IS 124 (48.83% from 255) = 26.72%

 BLUE value IS 142 (55.86% from 255) = 30.6%

R = 42.67%
G = 26.72%
B = 30.6%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.28

 K value IS 0.22

RGB Variations

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

Color information

#C67C8E (or 0xC67C8E) is known color: Charm. HEX triplet: C6, 7C and 8E. RGB value is (198,124,142). Sum of RGB (Red+Green+Blue) = 198+124+142=464 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.67% from 464); Green value is 124 (48.83% from 255 or 26.72% from 464); Blue value is 142 (55.86% from 255 or 30.60% from 464); Max value from RGB is 198 - color contains mainly: red. Hex color #C67C8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C67C8E is #398371. Grayscale: #949494. Windows color (decimal): -3769202 or 9338054. OLE color: 9338054.

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

Color convert

RGB 198 124 142 -
CMYK 0 0.37 0.28 0.22
HSL 345.41º 0.39% 0.63% -
HSV(B) 345.41º 0.37% 0.78% -
XYZ 35.38 28.37 29.2 -
YUV 148.18 124.52 163.54 -
System Red Green Blue C M Y K H S L
Decimal 198 124 142 0 0.37 0.28 0.22 345.41 0.39 0.63
Hex C6 7C 8E 0 25 1C 16 159 27 3F
Octal 306 174 216 0 45 34 26 531 47 77
Binary 11000110 1111100 10001110 0 100101 11100 10110 101011001 100111 111111

Color Harmonies of #C67C8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67C8E

Black with #C67C8E

Text Example


Text Example

White with #C67C8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67C8E; }

 p { color: rgb(198,124,142); }

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

background-color css

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

 a { background-color: rgb(198,124,142); }

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

border-color css

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

 span { border-color: rgb(198,124,142); }

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