Html Css Color HEX #C0035A Jazzberry Jam

📋 copy color: '#C0035A'

red 192 ◦ green 3 ◦ blue 90

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

Shades of Jazzberry Jam #C0035A

Tints of Jazzberry Jam #C0035A

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.05%

 BLUE value IS 90 (35.55% from 255) = 31.58%

R = 67.37%
G = 1.05%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.53

 K value IS 0.25

RGB Variations

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

Color information

#C0035A (or 0xC0035A) is known color: Jazzberry Jam. HEX triplet: C0, 03 and 5A. RGB value is (192,3,90). Sum of RGB (Red+Green+Blue) = 192+3+90=285 (37% of max value = 765). Red value is 192 (75.39% from 255 or 67.37% from 285); Green value is 3 (1.56% from 255 or 1.05% from 285); Blue value is 90 (35.55% from 255 or 31.58% from 285); Max value from RGB is 192 - color contains mainly: red. Hex color #C0035A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C0035A is #3FFCA5. Grayscale: #454545. Windows color (decimal): -4193446 or 5899200. OLE color: 5899200.

HSL color Cylindrical-coordinate representation of color #C0035A: hue angle of 332.38º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C0035A is Cyan = 0, Magento = 0.98, Yellow = 0.53 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 3 90 -
CMYK 0 0.98 0.53 0.25
HSL 332.38º 0.97% 0.38% -
HSV(B) 332.38º 0.98% 0.75% -
XYZ 23.62 12.01 10.75 -
YUV 69.43 139.62 215.43 -
System Red Green Blue C M Y K H S L
Decimal 192 3 90 0 0.98 0.53 0.25 332.38 0.97 0.38
Hex C0 3 5A 0 62 35 19 14C 61 26
Octal 300 3 132 0 142 65 31 514 141 46
Binary 11000000 11 1011010 0 1100010 110101 11001 101001100 1100001 100110

Color Harmonies of #C0035A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0035A

Black with #C0035A

Text Example


Text Example

White with #C0035A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0035A; }

 p { color: rgb(192,3,90); }

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

background-color css

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

 a { background-color: rgb(192,3,90); }

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

border-color css

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

 span { border-color: rgb(192,3,90); }

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