Html Css Color HEX #C04287 Mulberry

📋 copy color: '#C04287'

red 192 ◦ green 66 ◦ blue 135

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

Shades of Mulberry #C04287

Tints of Mulberry #C04287

RGB

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

 GREEN value IS 66 (26.17% from 255) = 16.79%

 BLUE value IS 135 (53.13% from 255) = 34.35%

R = 48.85%
G = 16.79%
B = 34.35%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.30

 K value IS 0.25

RGB Variations

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

Color information

#C04287 (or 0xC04287) is known color: Mulberry. HEX triplet: C0, 42 and 87. RGB value is (192,66,135). Sum of RGB (Red+Green+Blue) = 192+66+135=393 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.85% from 393); Green value is 66 (26.17% from 255 or 16.79% from 393); Blue value is 135 (53.12% from 255 or 34.35% from 393); Max value from RGB is 192 - color contains mainly: red. Hex color #C04287 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C04287 is #3FBD78. Grayscale: #6F6F6F. Windows color (decimal): -4177273 or 8864448. OLE color: 8864448.

HSL color Cylindrical-coordinate representation of color #C04287: hue angle of 327.14º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C04287 is Cyan = 0, Magento = 0.66, Yellow = 0.30 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 66 135 -
CMYK 0 0.66 0.30 0.25
HSL 327.14º 0.5% 0.51% -
HSV(B) 327.14º 0.66% 0.75% -
XYZ 28.06 16.85 24.7 -
YUV 111.54 141.24 185.39 -
System Red Green Blue C M Y K H S L
Decimal 192 66 135 0 0.66 0.30 0.25 327.14 0.5 0.51
Hex C0 42 87 0 42 1E 19 147 32 33
Octal 300 102 207 0 102 36 31 507 62 63
Binary 11000000 1000010 10000111 0 1000010 11110 11001 101000111 110010 110011

Color Harmonies of #C04287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04287

Black with #C04287

Text Example


Text Example

White with #C04287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04287; }

 p { color: rgb(192,66,135); }

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

background-color css

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

 a { background-color: rgb(192,66,135); }

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

border-color css

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

 span { border-color: rgb(192,66,135); }

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