Html Css Color HEX #C08384 Charm

📋 copy color: '#C08384'

red 192 ◦ green 131 ◦ blue 132

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

Shades of Charm #C08384

Tints of Charm #C08384

RGB

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

 GREEN value IS 131 (51.56% from 255) = 28.79%

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

R = 42.2%
G = 28.79%
B = 29.01%

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

#C08384 (or 0xC08384) is known color: Charm. HEX triplet: C0, 83 and 84. RGB value is (192,131,132). Sum of RGB (Red+Green+Blue) = 192+131+132=455 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.20% from 455); Green value is 131 (51.56% from 255 or 28.79% from 455); Blue value is 132 (51.95% from 255 or 29.01% from 455); Max value from RGB is 192 - color contains mainly: red. Hex color #C08384 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C08384 is #3F7C7B. Grayscale: #959595. Windows color (decimal): -4160636 or 8684480. OLE color: 8684480.

HSL color Cylindrical-coordinate representation of color #C08384: hue angle of 359.02º 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 #C08384 is Cyan = 0, Magento = 0.32, Yellow = 0.31 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 131 132 -
CMYK 0 0.32 0.31 0.25
HSL 359.02º 0.33% 0.63% -
HSV(B) 359.02º 0.32% 0.75% -
XYZ 34.02 29.11 25.65 -
YUV 149.35 118.21 158.42 -
System Red Green Blue C M Y K H S L
Decimal 192 131 132 0 0.32 0.31 0.25 359.02 0.33 0.63
Hex C0 83 84 0 20 1F 19 167 21 3F
Octal 300 203 204 0 40 37 31 547 41 77
Binary 11000000 10000011 10000100 0 100000 11111 11001 101100111 100001 111111

Color Harmonies of #C08384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08384

Black with #C08384

Text Example


Text Example

White with #C08384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08384; }

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

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

background-color css

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

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

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

border-color css

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

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

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