Html Css Color HEX #C08385 Charm

📋 copy color: '#C08385'

red 192 ◦ green 131 ◦ blue 133

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

Shades of Charm #C08385

Tints of Charm #C08385

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 29.17%

R = 42.11%
G = 28.73%
B = 29.17%

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

#C08385 (or 0xC08385) is known color: Charm. HEX triplet: C0, 83 and 85. RGB value is (192,131,133). Sum of RGB (Red+Green+Blue) = 192+131+133=456 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.11% from 456); Green value is 131 (51.56% from 255 or 28.73% from 456); Blue value is 133 (52.34% from 255 or 29.17% from 456); Max value from RGB is 192 - color contains mainly: red. Hex color #C08385 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C08385 is #3F7C7A. Grayscale: #959595. Windows color (decimal): -4160635 or 8750016. OLE color: 8750016.

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

Color convert

RGB 192 131 133 -
CMYK 0 0.32 0.31 0.25
HSL 358.03º 0.33% 0.63% -
HSV(B) 358.03º 0.32% 0.75% -
XYZ 34.09 29.13 26.02 -
YUV 149.47 118.71 158.34 -
System Red Green Blue C M Y K H S L
Decimal 192 131 133 0 0.32 0.31 0.25 358.03 0.33 0.63
Hex C0 83 85 0 20 1F 19 166 21 3F
Octal 300 203 205 0 40 37 31 546 41 77
Binary 11000000 10000011 10000101 0 100000 11111 11001 101100110 100001 111111

Color Harmonies of #C08385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08385

Black with #C08385

Text Example


Text Example

White with #C08385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08385; }

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

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

background-color css

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

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

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

border-color css

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

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

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