Html Css Color HEX #C07B8D Charm

📋 copy color: '#C07B8D'

red 192 ◦ green 123 ◦ blue 141

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

Shades of Charm #C07B8D

Tints of Charm #C07B8D

RGB

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

 GREEN value IS 123 (48.44% from 255) = 26.97%

 BLUE value IS 141 (55.47% from 255) = 30.92%

R = 42.11%
G = 26.97%
B = 30.92%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#C07B8D (or 0xC07B8D) is known color: Charm. HEX triplet: C0, 7B and 8D. RGB value is (192,123,141). Sum of RGB (Red+Green+Blue) = 192+123+141=456 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.11% from 456); Green value is 123 (48.44% from 255 or 26.97% from 456); Blue value is 141 (55.47% from 255 or 30.92% from 456); Max value from RGB is 192 - color contains mainly: red. Hex color #C07B8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C07B8D is #3F8472. Grayscale: #919191. Windows color (decimal): -4162675 or 9272256. OLE color: 9272256.

HSL color Cylindrical-coordinate representation of color #C07B8D: hue angle of 344.35º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C07B8D is Cyan = 0, Magento = 0.36, Yellow = 0.27 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 123 141 -
CMYK 0 0.36 0.27 0.25
HSL 344.35º 0.35% 0.62% -
HSV(B) 344.35º 0.36% 0.75% -
XYZ 33.63 27.3 28.7 -
YUV 145.68 125.36 161.04 -
System Red Green Blue C M Y K H S L
Decimal 192 123 141 0 0.36 0.27 0.25 344.35 0.35 0.62
Hex C0 7B 8D 0 24 1B 19 158 23 3E
Octal 300 173 215 0 44 33 31 530 43 76
Binary 11000000 1111011 10001101 0 100100 11011 11001 101011000 100011 111110

Color Harmonies of #C07B8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07B8D

Black with #C07B8D

Text Example


Text Example

White with #C07B8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07B8D; }

 p { color: rgb(192,123,141); }

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

background-color css

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

 a { background-color: rgb(192,123,141); }

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

border-color css

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

 span { border-color: rgb(192,123,141); }

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