Html Css Color HEX #C07A8A Charm

📋 copy color: '#C07A8A'

red 192 ◦ green 122 ◦ blue 138

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

Shades of Charm #C07A8A

Tints of Charm #C07A8A

RGB

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

 GREEN value IS 122 (48.05% from 255) = 26.99%

 BLUE value IS 138 (54.3% from 255) = 30.53%

R = 42.48%
G = 26.99%
B = 30.53%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.28

 K value IS 0.25

RGB Variations

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

Color information

#C07A8A (or 0xC07A8A) is known color: Charm. HEX triplet: C0, 7A and 8A. RGB value is (192,122,138). Sum of RGB (Red+Green+Blue) = 192+122+138=452 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.48% from 452); Green value is 122 (48.05% from 255 or 26.99% from 452); Blue value is 138 (54.30% from 255 or 30.53% from 452); Max value from RGB is 192 - color contains mainly: red. Hex color #C07A8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C07A8A is #3F8575. Grayscale: #909090. Windows color (decimal): -4162934 or 9075392. OLE color: 9075392.

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

Color convert

RGB 192 122 138 -
CMYK 0 0.36 0.28 0.25
HSL 346.29º 0.36% 0.62% -
HSV(B) 346.29º 0.36% 0.75% -
XYZ 33.29 26.96 27.49 -
YUV 144.75 124.19 161.7 -
System Red Green Blue C M Y K H S L
Decimal 192 122 138 0 0.36 0.28 0.25 346.29 0.36 0.62
Hex C0 7A 8A 0 24 1C 19 15A 24 3E
Octal 300 172 212 0 44 34 31 532 44 76
Binary 11000000 1111010 10001010 0 100100 11100 11001 101011010 100100 111110

Color Harmonies of #C07A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07A8A

Black with #C07A8A

Text Example


Text Example

White with #C07A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07A8A; }

 p { color: rgb(192,122,138); }

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

background-color css

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

 a { background-color: rgb(192,122,138); }

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

border-color css

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

 span { border-color: rgb(192,122,138); }

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