Html Css Color HEX #C04968 Blush

📋 copy color: '#C04968'

red 192 ◦ green 73 ◦ blue 104

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

Shades of Blush #C04968

Tints of Blush #C04968

RGB

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

 GREEN value IS 73 (28.91% from 255) = 19.78%

 BLUE value IS 104 (41.02% from 255) = 28.18%

R = 52.03%
G = 19.78%
B = 28.18%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.46

 K value IS 0.25

RGB Variations

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

Color information

#C04968 (or 0xC04968) is known color: Blush. HEX triplet: C0, 49 and 68. RGB value is (192,73,104). Sum of RGB (Red+Green+Blue) = 192+73+104=369 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.03% from 369); Green value is 73 (28.91% from 255 or 19.78% from 369); Blue value is 104 (41.02% from 255 or 28.18% from 369); Max value from RGB is 192 - color contains mainly: red. Hex color #C04968 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C04968 is #3FB697. Grayscale: #707070. Windows color (decimal): -4175512 or 6834624. OLE color: 6834624.

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

Color convert

RGB 192 73 104 -
CMYK 0 0.62 0.46 0.25
HSL 344.37º 0.49% 0.52% -
HSV(B) 344.37º 0.62% 0.75% -
XYZ 26.62 16.97 14.97 -
YUV 112.12 123.42 184.98 -
System Red Green Blue C M Y K H S L
Decimal 192 73 104 0 0.62 0.46 0.25 344.37 0.49 0.52
Hex C0 49 68 0 3E 2E 19 158 31 34
Octal 300 111 150 0 76 56 31 530 61 64
Binary 11000000 1001001 1101000 0 111110 101110 11001 101011000 110001 110100

Color Harmonies of #C04968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04968

Black with #C04968

Text Example


Text Example

White with #C04968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04968; }

 p { color: rgb(192,73,104); }

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

background-color css

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

 a { background-color: rgb(192,73,104); }

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

border-color css

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

 span { border-color: rgb(192,73,104); }

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