Html Css Color HEX #C01053 Jazzberry Jam

📋 copy color: '#C01053'

red 192 ◦ green 16 ◦ blue 83

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

Shades of Jazzberry Jam #C01053

Tints of Jazzberry Jam #C01053

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.5%

 BLUE value IS 83 (32.81% from 255) = 28.52%

R = 65.98%
G = 5.5%
B = 28.52%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.57

 K value IS 0.25

RGB Variations

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

Color information

#C01053 (or 0xC01053) is known color: Jazzberry Jam. HEX triplet: C0, 10 and 53. RGB value is (192,16,83). Sum of RGB (Red+Green+Blue) = 192+16+83=291 (38% of max value = 765). Red value is 192 (75.39% from 255 or 65.98% from 291); Green value is 16 (6.64% from 255 or 5.50% from 291); Blue value is 83 (32.81% from 255 or 28.52% from 291); Max value from RGB is 192 - color contains mainly: red. Hex color #C01053 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C01053 is #3FEFAC. Grayscale: #4C4C4C. Windows color (decimal): -4190125 or 5443776. OLE color: 5443776.

HSL color Cylindrical-coordinate representation of color #C01053: hue angle of 337.16º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C01053 is Cyan = 0, Magento = 0.92, Yellow = 0.57 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 16 83 -
CMYK 0 0.92 0.57 0.25
HSL 337.16º 0.85% 0.41% -
HSV(B) 337.16º 0.92% 0.75% -
XYZ 23.48 12.2 9.3 -
YUV 76.26 131.81 210.55 -
System Red Green Blue C M Y K H S L
Decimal 192 16 83 0 0.92 0.57 0.25 337.16 0.85 0.41
Hex C0 10 53 0 5C 39 19 151 55 29
Octal 300 20 123 0 134 71 31 521 125 51
Binary 11000000 10000 1010011 0 1011100 111001 11001 101010001 1010101 101001

Color Harmonies of #C01053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01053

Black with #C01053

Text Example


Text Example

White with #C01053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01053; }

 p { color: rgb(192,16,83); }

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

background-color css

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

 a { background-color: rgb(192,16,83); }

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

border-color css

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

 span { border-color: rgb(192,16,83); }

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