Html Css Color HEX #C04B68 Blush

📋 copy color: '#C04B68'

red 192 ◦ green 75 ◦ blue 104

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

Shades of Blush #C04B68

Tints of Blush #C04B68

RGB

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

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

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

R = 51.75%
G = 20.22%
B = 28.03%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.46

 K value IS 0.25

RGB Variations

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

Color information

#C04B68 (or 0xC04B68) is known color: Blush. HEX triplet: C0, 4B and 68. RGB value is (192,75,104). Sum of RGB (Red+Green+Blue) = 192+75+104=371 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.75% from 371); Green value is 75 (29.69% from 255 or 20.22% from 371); Blue value is 104 (41.02% from 255 or 28.03% from 371); Max value from RGB is 192 - color contains mainly: red. Hex color #C04B68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C04B68 is #3FB497. Grayscale: #717171. Windows color (decimal): -4175000 or 6835136. OLE color: 6835136.

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

Color convert

RGB 192 75 104 -
CMYK 0 0.61 0.46 0.25
HSL 345.13º 0.48% 0.52% -
HSV(B) 345.13º 0.61% 0.75% -
XYZ 26.75 17.24 15.01 -
YUV 113.29 122.76 184.14 -
System Red Green Blue C M Y K H S L
Decimal 192 75 104 0 0.61 0.46 0.25 345.13 0.48 0.52
Hex C0 4B 68 0 3D 2E 19 159 30 34
Octal 300 113 150 0 75 56 31 531 60 64
Binary 11000000 1001011 1101000 0 111101 101110 11001 101011001 110000 110100

Color Harmonies of #C04B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04B68

Black with #C04B68

Text Example


Text Example

White with #C04B68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04B68; }

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

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

background-color css

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

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

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

border-color css

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

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

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