Html Css Color HEX #C04B63 Blush

📋 copy color: '#C04B63'

red 192 ◦ green 75 ◦ blue 99

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

Shades of Blush #C04B63

Tints of Blush #C04B63

RGB

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

 GREEN value IS 75 (29.69% from 255) = 20.49%

 BLUE value IS 99 (39.06% from 255) = 27.05%

R = 52.46%
G = 20.49%
B = 27.05%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.48

 K value IS 0.25

RGB Variations

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

Color information

#C04B63 (or 0xC04B63) is known color: Blush. HEX triplet: C0, 4B and 63. RGB value is (192,75,99). Sum of RGB (Red+Green+Blue) = 192+75+99=366 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.46% from 366); Green value is 75 (29.69% from 255 or 20.49% from 366); Blue value is 99 (39.06% from 255 or 27.05% from 366); Max value from RGB is 192 - color contains mainly: red. Hex color #C04B63 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C04B63 is #3FB49C. Grayscale: #707070. Windows color (decimal): -4175005 or 6507456. OLE color: 6507456.

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

Color convert

RGB 192 75 99 -
CMYK 0 0.61 0.48 0.25
HSL 347.69º 0.48% 0.52% -
HSV(B) 347.69º 0.61% 0.75% -
XYZ 26.51 17.14 13.72 -
YUV 112.72 120.26 184.55 -
System Red Green Blue C M Y K H S L
Decimal 192 75 99 0 0.61 0.48 0.25 347.69 0.48 0.52
Hex C0 4B 63 0 3D 30 19 15C 30 34
Octal 300 113 143 0 75 60 31 534 60 64
Binary 11000000 1001011 1100011 0 111101 110000 11001 101011100 110000 110100

Color Harmonies of #C04B63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04B63

Black with #C04B63

Text Example


Text Example

White with #C04B63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04B63; }

 p { color: rgb(192,75,99); }

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

background-color css

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

 a { background-color: rgb(192,75,99); }

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

border-color css

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

 span { border-color: rgb(192,75,99); }

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