Html Css Color HEX #C0808B Charm

📋 copy color: '#C0808B'

red 192 ◦ green 128 ◦ blue 139

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

Shades of Charm #C0808B

Tints of Charm #C0808B

RGB

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

 GREEN value IS 128 (50.39% from 255) = 27.89%

 BLUE value IS 139 (54.69% from 255) = 30.28%

R = 41.83%
G = 27.89%
B = 30.28%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.28

 K value IS 0.25

RGB Variations

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

Color information

#C0808B (or 0xC0808B) is known color: Charm. HEX triplet: C0, 80 and 8B. RGB value is (192,128,139). Sum of RGB (Red+Green+Blue) = 192+128+139=459 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.83% from 459); Green value is 128 (50.39% from 255 or 27.89% from 459); Blue value is 139 (54.69% from 255 or 30.28% from 459); Max value from RGB is 192 - color contains mainly: red. Hex color #C0808B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0808B is #3F7F74. Grayscale: #949494. Windows color (decimal): -4161397 or 9142464. OLE color: 9142464.

HSL color Cylindrical-coordinate representation of color #C0808B: hue angle of 349.69º degrees, saturation: 0.34, 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 #C0808B is Cyan = 0, Magento = 0.33, Yellow = 0.28 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 128 139 -
CMYK 0 0.33 0.28 0.25
HSL 349.69º 0.34% 0.63% -
HSV(B) 349.69º 0.33% 0.75% -
XYZ 34.12 28.51 28.13 -
YUV 148.39 122.7 159.11 -
System Red Green Blue C M Y K H S L
Decimal 192 128 139 0 0.33 0.28 0.25 349.69 0.34 0.63
Hex C0 80 8B 0 21 1C 19 15E 22 3F
Octal 300 200 213 0 41 34 31 536 42 77
Binary 11000000 10000000 10001011 0 100001 11100 11001 101011110 100010 111111

Color Harmonies of #C0808B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0808B

Black with #C0808B

Text Example


Text Example

White with #C0808B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0808B; }

 p { color: rgb(192,128,139); }

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

background-color css

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

 a { background-color: rgb(192,128,139); }

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

border-color css

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

 span { border-color: rgb(192,128,139); }

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