Html Css Color HEX #C08283 Charm

📋 copy color: '#C08283'

red 192 ◦ green 130 ◦ blue 131

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

Shades of Charm #C08283

Tints of Charm #C08283

RGB

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

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

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

R = 42.38%
G = 28.7%
B = 28.92%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#C08283 (or 0xC08283) is known color: Charm. HEX triplet: C0, 82 and 83. RGB value is (192,130,131). Sum of RGB (Red+Green+Blue) = 192+130+131=453 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.38% from 453); Green value is 130 (51.17% from 255 or 28.70% from 453); Blue value is 131 (51.56% from 255 or 28.92% from 453); Max value from RGB is 192 - color contains mainly: red. Hex color #C08283 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C08283 is #3F7D7C. Grayscale: #949494. Windows color (decimal): -4160893 or 8618688. OLE color: 8618688.

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

Color convert

RGB 192 130 131 -
CMYK 0 0.32 0.32 0.25
HSL 359.03º 0.33% 0.63% -
HSV(B) 359.03º 0.32% 0.75% -
XYZ 33.82 28.81 25.25 -
YUV 148.65 118.04 158.92 -
System Red Green Blue C M Y K H S L
Decimal 192 130 131 0 0.32 0.32 0.25 359.03 0.33 0.63
Hex C0 82 83 0 20 20 19 167 21 3F
Octal 300 202 203 0 40 40 31 547 41 77
Binary 11000000 10000010 10000011 0 100000 100000 11001 101100111 100001 111111

Color Harmonies of #C08283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08283

Black with #C08283

Text Example


Text Example

White with #C08283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08283; }

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

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

background-color css

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

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

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

border-color css

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

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

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