Html Css Color HEX #C0064F Jazzberry Jam

📋 copy color: '#C0064F'

red 192 ◦ green 6 ◦ blue 79

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

Shades of Jazzberry Jam #C0064F

Tints of Jazzberry Jam #C0064F

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.17%

 BLUE value IS 79 (31.25% from 255) = 28.52%

R = 69.31%
G = 2.17%
B = 28.52%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.59

 K value IS 0.25

RGB Variations

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

Color information

#C0064F (or 0xC0064F) is known color: Jazzberry Jam. HEX triplet: C0, 06 and 4F. RGB value is (192,6,79). Sum of RGB (Red+Green+Blue) = 192+6+79=277 (36% of max value = 765). Red value is 192 (75.39% from 255 or 69.31% from 277); Green value is 6 (2.73% from 255 or 2.17% from 277); Blue value is 79 (31.25% from 255 or 28.52% from 277); Max value from RGB is 192 - color contains mainly: red. Hex color #C0064F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C0064F is #3FF9B0. Grayscale: #454545. Windows color (decimal): -4192689 or 5179072. OLE color: 5179072.

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

Color convert

RGB 192 6 79 -
CMYK 0 0.97 0.59 0.25
HSL 336.45º 0.94% 0.39% -
HSV(B) 336.45º 0.97% 0.75% -
XYZ 23.21 11.9 8.47 -
YUV 69.94 133.12 215.06 -
System Red Green Blue C M Y K H S L
Decimal 192 6 79 0 0.97 0.59 0.25 336.45 0.94 0.39
Hex C0 6 4F 0 61 3B 19 150 5E 27
Octal 300 6 117 0 141 73 31 520 136 47
Binary 11000000 110 1001111 0 1100001 111011 11001 101010000 1011110 100111

Color Harmonies of #C0064F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0064F

Black with #C0064F

Text Example


Text Example

White with #C0064F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0064F; }

 p { color: rgb(192,6,79); }

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

background-color css

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

 a { background-color: rgb(192,6,79); }

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

border-color css

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

 span { border-color: rgb(192,6,79); }

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