Html Css Color HEX #C00652 Jazzberry Jam

📋 copy color: '#C00652'

red 192 ◦ green 6 ◦ blue 82

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

Shades of Jazzberry Jam #C00652

Tints of Jazzberry Jam #C00652

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 29.29%

R = 68.57%
G = 2.14%
B = 29.29%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.57

 K value IS 0.25

RGB Variations

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

Color information

#C00652 (or 0xC00652) is known color: Jazzberry Jam. HEX triplet: C0, 06 and 52. RGB value is (192,6,82). Sum of RGB (Red+Green+Blue) = 192+6+82=280 (37% of max value = 765). Red value is 192 (75.39% from 255 or 68.57% from 280); Green value is 6 (2.73% from 255 or 2.14% from 280); Blue value is 82 (32.42% from 255 or 29.29% from 280); Max value from RGB is 192 - color contains mainly: red. Hex color #C00652 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C00652 is #3FF9AD. Grayscale: #464646. Windows color (decimal): -4192686 or 5375680. OLE color: 5375680.

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

Color convert

RGB 192 6 82 -
CMYK 0 0.97 0.57 0.25
HSL 335.48º 0.94% 0.39% -
HSV(B) 335.48º 0.97% 0.75% -
XYZ 23.33 11.95 9.06 -
YUV 70.28 134.62 214.82 -
System Red Green Blue C M Y K H S L
Decimal 192 6 82 0 0.97 0.57 0.25 335.48 0.94 0.39
Hex C0 6 52 0 61 39 19 14F 5E 27
Octal 300 6 122 0 141 71 31 517 136 47
Binary 11000000 110 1010010 0 1100001 111001 11001 101001111 1011110 100111

Color Harmonies of #C00652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00652

Black with #C00652

Text Example


Text Example

White with #C00652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00652; }

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

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

background-color css

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

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

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

border-color css

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

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

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