Html Css Color HEX #C04B61 Blush

📋 copy color: '#C04B61'

red 192 ◦ green 75 ◦ blue 97

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

Shades of Blush #C04B61

Tints of Blush #C04B61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 26.65%

R = 52.75%
G = 20.6%
B = 26.65%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.49

 K value IS 0.25

RGB Variations

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

Color information

#C04B61 (or 0xC04B61) is known color: Blush. HEX triplet: C0, 4B and 61. RGB value is (192,75,97). Sum of RGB (Red+Green+Blue) = 192+75+97=364 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.75% from 364); Green value is 75 (29.69% from 255 or 20.60% from 364); Blue value is 97 (38.28% from 255 or 26.65% from 364); Max value from RGB is 192 - color contains mainly: red. Hex color #C04B61 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C04B61 is #3FB49E. Grayscale: #707070. Windows color (decimal): -4175007 or 6376384. OLE color: 6376384.

HSL color Cylindrical-coordinate representation of color #C04B61: hue angle of 348.72º 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 #C04B61 is Cyan = 0, Magento = 0.61, Yellow = 0.49 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 75 97 -
CMYK 0 0.61 0.49 0.25
HSL 348.72º 0.48% 0.52% -
HSV(B) 348.72º 0.61% 0.75% -
XYZ 26.41 17.1 13.22 -
YUV 112.49 119.26 184.71 -
System Red Green Blue C M Y K H S L
Decimal 192 75 97 0 0.61 0.49 0.25 348.72 0.48 0.52
Hex C0 4B 61 0 3D 31 19 15D 30 34
Octal 300 113 141 0 75 61 31 535 60 64
Binary 11000000 1001011 1100001 0 111101 110001 11001 101011101 110000 110100

Color Harmonies of #C04B61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04B61

Black with #C04B61

Text Example


Text Example

White with #C04B61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04B61; }

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

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

background-color css

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

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

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

border-color css

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

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

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