Html Css Color HEX #C04768 Blush

📋 copy color: '#C04768'

red 192 ◦ green 71 ◦ blue 104

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

Shades of Blush #C04768

Tints of Blush #C04768

RGB

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

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

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

R = 52.32%
G = 19.35%
B = 28.34%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.46

 K value IS 0.25

RGB Variations

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

Color information

#C04768 (or 0xC04768) is known color: Blush. HEX triplet: C0, 47 and 68. RGB value is (192,71,104). Sum of RGB (Red+Green+Blue) = 192+71+104=367 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.32% from 367); Green value is 71 (28.12% from 255 or 19.35% from 367); Blue value is 104 (41.02% from 255 or 28.34% from 367); Max value from RGB is 192 - color contains mainly: red. Hex color #C04768 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C04768 is #3FB897. Grayscale: #6E6E6E. Windows color (decimal): -4176024 or 6834112. OLE color: 6834112.

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

Color convert

RGB 192 71 104 -
CMYK 0 0.63 0.46 0.25
HSL 343.64º 0.49% 0.52% -
HSV(B) 343.64º 0.63% 0.75% -
XYZ 26.49 16.71 14.93 -
YUV 110.94 124.09 185.82 -
System Red Green Blue C M Y K H S L
Decimal 192 71 104 0 0.63 0.46 0.25 343.64 0.49 0.52
Hex C0 47 68 0 3F 2E 19 158 31 34
Octal 300 107 150 0 77 56 31 530 61 64
Binary 11000000 1000111 1101000 0 111111 101110 11001 101011000 110001 110100

Color Harmonies of #C04768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04768

Black with #C04768

Text Example


Text Example

White with #C04768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04768; }

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

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

background-color css

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

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

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

border-color css

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

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

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