Html Css Color HEX #C0476A Blush

📋 copy color: '#C0476A'

red 192 ◦ green 71 ◦ blue 106

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

Shades of Blush #C0476A

Tints of Blush #C0476A

RGB

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

 GREEN value IS 71 (28.13% from 255) = 19.24%

 BLUE value IS 106 (41.8% from 255) = 28.73%

R = 52.03%
G = 19.24%
B = 28.73%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.45

 K value IS 0.25

RGB Variations

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

Color information

#C0476A (or 0xC0476A) is known color: Blush. HEX triplet: C0, 47 and 6A. RGB value is (192,71,106). Sum of RGB (Red+Green+Blue) = 192+71+106=369 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.03% from 369); Green value is 71 (28.12% from 255 or 19.24% from 369); Blue value is 106 (41.80% from 255 or 28.73% from 369); Max value from RGB is 192 - color contains mainly: red. Hex color #C0476A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0476A is #3FB895. Grayscale: #6F6F6F. Windows color (decimal): -4176022 or 6965184. OLE color: 6965184.

HSL color Cylindrical-coordinate representation of color #C0476A: hue angle of 342.64º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C0476A is Cyan = 0, Magento = 0.63, Yellow = 0.45 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 71 106 -
CMYK 0 0.63 0.45 0.25
HSL 342.64º 0.49% 0.52% -
HSV(B) 342.64º 0.63% 0.75% -
XYZ 26.59 16.75 15.47 -
YUV 111.17 125.09 185.65 -
System Red Green Blue C M Y K H S L
Decimal 192 71 106 0 0.63 0.45 0.25 342.64 0.49 0.52
Hex C0 47 6A 0 3F 2D 19 157 31 34
Octal 300 107 152 0 77 55 31 527 61 64
Binary 11000000 1000111 1101010 0 111111 101101 11001 101010111 110001 110100

Color Harmonies of #C0476A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0476A

Black with #C0476A

Text Example


Text Example

White with #C0476A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0476A; }

 p { color: rgb(192,71,106); }

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

background-color css

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

 a { background-color: rgb(192,71,106); }

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

border-color css

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

 span { border-color: rgb(192,71,106); }

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