Html Css Color HEX #C36F82 Charm

📋 copy color: '#C36F82'

red 195 ◦ green 111 ◦ blue 130

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

Shades of Charm #C36F82

Tints of Charm #C36F82

RGB

 RED value IS 195 (76.56% from 255) = 44.72%

 GREEN value IS 111 (43.75% from 255) = 25.46%

 BLUE value IS 130 (51.17% from 255) = 29.82%

R = 44.72%
G = 25.46%
B = 29.82%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.33

 K value IS 0.24

RGB Variations

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

Color information

#C36F82 (or 0xC36F82) is known color: Charm. HEX triplet: C3, 6F and 82. RGB value is (195,111,130). Sum of RGB (Red+Green+Blue) = 195+111+130=436 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.72% from 436); Green value is 111 (43.75% from 255 or 25.46% from 436); Blue value is 130 (51.17% from 255 or 29.82% from 436); Max value from RGB is 195 - color contains mainly: red. Hex color #C36F82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C36F82 is #3C907D. Grayscale: #8A8A8A. Windows color (decimal): -3969150 or 8548291. OLE color: 8548291.

HSL color Cylindrical-coordinate representation of color #C36F82: hue angle of 346.43º degrees, saturation: 0.41, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C36F82 is Cyan = 0, Magento = 0.43, Yellow = 0.33 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 111 130 -
CMYK 0 0.43 0.33 0.24
HSL 346.43º 0.41% 0.6% -
HSV(B) 346.43º 0.43% 0.76% -
XYZ 32.22 24.58 24.17 -
YUV 138.28 123.33 168.46 -
System Red Green Blue C M Y K H S L
Decimal 195 111 130 0 0.43 0.33 0.24 346.43 0.41 0.6
Hex C3 6F 82 0 2B 21 18 15A 29 3C
Octal 303 157 202 0 53 41 30 532 51 74
Binary 11000011 1101111 10000010 0 101011 100001 11000 101011010 101001 111100

Color Harmonies of #C36F82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36F82

Black with #C36F82

Text Example


Text Example

White with #C36F82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36F82; }

 p { color: rgb(195,111,130); }

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

background-color css

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

 a { background-color: rgb(195,111,130); }

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

border-color css

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

 span { border-color: rgb(195,111,130); }

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