Html Css Color HEX #C07B90 Charm

📋 copy color: '#C07B90'

red 192 ◦ green 123 ◦ blue 144

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

Shades of Charm #C07B90

Tints of Charm #C07B90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 31.37%

R = 41.83%
G = 26.8%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.25

 K value IS 0.25

RGB Variations

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

Color information

#C07B90 (or 0xC07B90) is known color: Charm. HEX triplet: C0, 7B and 90. RGB value is (192,123,144). Sum of RGB (Red+Green+Blue) = 192+123+144=459 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.83% from 459); Green value is 123 (48.44% from 255 or 26.80% from 459); Blue value is 144 (56.64% from 255 or 31.37% from 459); Max value from RGB is 192 - color contains mainly: red. Hex color #C07B90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C07B90 is #3F846F. Grayscale: #929292. Windows color (decimal): -4162672 or 9468864. OLE color: 9468864.

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

Color convert

RGB 192 123 144 -
CMYK 0 0.36 0.25 0.25
HSL 341.74º 0.35% 0.62% -
HSV(B) 341.74º 0.36% 0.75% -
XYZ 33.86 27.39 29.89 -
YUV 146.03 126.86 160.79 -
System Red Green Blue C M Y K H S L
Decimal 192 123 144 0 0.36 0.25 0.25 341.74 0.35 0.62
Hex C0 7B 90 0 24 19 19 156 23 3E
Octal 300 173 220 0 44 31 31 526 43 76
Binary 11000000 1111011 10010000 0 100100 11001 11001 101010110 100011 111110

Color Harmonies of #C07B90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07B90

Black with #C07B90

Text Example


Text Example

White with #C07B90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07B90; }

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

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

background-color css

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

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

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

border-color css

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

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

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