Html Css Color HEX #C08284 Charm

📋 copy color: '#C08284'

red 192 ◦ green 130 ◦ blue 132

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

Shades of Charm #C08284

Tints of Charm #C08284

RGB

 RED value IS 192 (75.39% from 255) = 42.29%

 GREEN value IS 130 (51.17% from 255) = 28.63%

 BLUE value IS 132 (51.95% from 255) = 29.07%

R = 42.29%
G = 28.63%
B = 29.07%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.31

 K value IS 0.25

RGB Variations

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

Color information

#C08284 (or 0xC08284) is known color: Charm. HEX triplet: C0, 82 and 84. RGB value is (192,130,132). Sum of RGB (Red+Green+Blue) = 192+130+132=454 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.29% from 454); Green value is 130 (51.17% from 255 or 28.63% from 454); Blue value is 132 (51.95% from 255 or 29.07% from 454); Max value from RGB is 192 - color contains mainly: red. Hex color #C08284 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C08284 is #3F7D7B. Grayscale: #949494. Windows color (decimal): -4160892 or 8684224. OLE color: 8684224.

HSL color Cylindrical-coordinate representation of color #C08284: hue angle of 358.06º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C08284 is Cyan = 0, Magento = 0.32, Yellow = 0.31 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 130 132 -
CMYK 0 0.32 0.31 0.25
HSL 358.06º 0.33% 0.63% -
HSV(B) 358.06º 0.32% 0.75% -
XYZ 33.89 28.84 25.61 -
YUV 148.77 118.54 158.84 -
System Red Green Blue C M Y K H S L
Decimal 192 130 132 0 0.32 0.31 0.25 358.06 0.33 0.63
Hex C0 82 84 0 20 1F 19 166 21 3F
Octal 300 202 204 0 40 37 31 546 41 77
Binary 11000000 10000010 10000100 0 100000 11111 11001 101100110 100001 111111

Color Harmonies of #C08284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08284

Black with #C08284

Text Example


Text Example

White with #C08284

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08284; }

 p { color: rgb(192,130,132); }

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

background-color css

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

 a { background-color: rgb(192,130,132); }

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

border-color css

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

 span { border-color: rgb(192,130,132); }

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