Html Css Color HEX #C67488 Charm

📋 copy color: '#C67488'

red 198 ◦ green 116 ◦ blue 136

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

Shades of Charm #C67488

Tints of Charm #C67488

RGB

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

 GREEN value IS 116 (45.7% from 255) = 25.78%

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

R = 44%
G = 25.78%
B = 30.22%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.31

 K value IS 0.22

RGB Variations

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

Color information

#C67488 (or 0xC67488) is known color: Charm. HEX triplet: C6, 74 and 88. RGB value is (198,116,136). Sum of RGB (Red+Green+Blue) = 198+116+136=450 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44% from 450); Green value is 116 (45.70% from 255 or 25.78% from 450); Blue value is 136 (53.52% from 255 or 30.22% from 450); Max value from RGB is 198 - color contains mainly: red. Hex color #C67488 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C67488 is #398B77. Grayscale: #8E8E8E. Windows color (decimal): -3771256 or 8942790. OLE color: 8942790.

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

Color convert

RGB 198 116 136 -
CMYK 0 0.41 0.31 0.22
HSL 345.37º 0.42% 0.62% -
HSV(B) 345.37º 0.41% 0.78% -
XYZ 33.98 26.27 26.57 -
YUV 142.8 124.17 167.37 -
System Red Green Blue C M Y K H S L
Decimal 198 116 136 0 0.41 0.31 0.22 345.37 0.42 0.62
Hex C6 74 88 0 29 1F 16 159 2A 3E
Octal 306 164 210 0 51 37 26 531 52 76
Binary 11000110 1110100 10001000 0 101001 11111 10110 101011001 101010 111110

Color Harmonies of #C67488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67488

Black with #C67488

Text Example


Text Example

White with #C67488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67488; }

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

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

background-color css

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

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

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

border-color css

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

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

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