Html Css Color HEX #C08183 Charm

📋 copy color: '#C08183'

red 192 ◦ green 129 ◦ blue 131

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

Shades of Charm #C08183

Tints of Charm #C08183

RGB

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

 GREEN value IS 129 (50.78% from 255) = 28.54%

 BLUE value IS 131 (51.56% from 255) = 28.98%

R = 42.48%
G = 28.54%
B = 28.98%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#C08183 (or 0xC08183) is known color: Charm. HEX triplet: C0, 81 and 83. RGB value is (192,129,131). Sum of RGB (Red+Green+Blue) = 192+129+131=452 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.48% from 452); Green value is 129 (50.78% from 255 or 28.54% from 452); Blue value is 131 (51.56% from 255 or 28.98% from 452); Max value from RGB is 192 - color contains mainly: red. Hex color #C08183 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C08183 is #3F7E7C. Grayscale: #949494. Windows color (decimal): -4161149 or 8618432. OLE color: 8618432.

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

Color convert

RGB 192 129 131 -
CMYK 0 0.33 0.32 0.25
HSL 358.1º 0.33% 0.63% -
HSV(B) 358.1º 0.33% 0.75% -
XYZ 33.69 28.55 25.21 -
YUV 148.07 118.37 159.34 -
System Red Green Blue C M Y K H S L
Decimal 192 129 131 0 0.33 0.32 0.25 358.1 0.33 0.63
Hex C0 81 83 0 21 20 19 166 21 3F
Octal 300 201 203 0 41 40 31 546 41 77
Binary 11000000 10000001 10000011 0 100001 100000 11001 101100110 100001 111111

Color Harmonies of #C08183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08183

Black with #C08183

Text Example


Text Example

White with #C08183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08183; }

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

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

background-color css

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

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

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

border-color css

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

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

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