Html Css Color HEX #C00262 Jazzberry Jam

📋 copy color: '#C00262'

red 192 ◦ green 2 ◦ blue 98

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

Shades of Jazzberry Jam #C00262

Tints of Jazzberry Jam #C00262

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.68%

 BLUE value IS 98 (38.67% from 255) = 33.56%

R = 65.75%
G = 0.68%
B = 33.56%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.49

 K value IS 0.25

RGB Variations

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

Color information

#C00262 (or 0xC00262) is known color: Jazzberry Jam. HEX triplet: C0, 02 and 62. RGB value is (192,2,98). Sum of RGB (Red+Green+Blue) = 192+2+98=292 (38% of max value = 765). Red value is 192 (75.39% from 255 or 65.75% from 292); Green value is 2 (1.17% from 255 or 0.68% from 292); Blue value is 98 (38.67% from 255 or 33.56% from 292); Max value from RGB is 192 - color contains mainly: red. Hex color #C00262 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C00262 is #3FFD9D. Grayscale: #454545. Windows color (decimal): -4193694 or 6423232. OLE color: 6423232.

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

Color convert

RGB 192 2 98 -
CMYK 0 0.99 0.49 0.25
HSL 329.68º 0.98% 0.38% -
HSV(B) 329.68º 0.99% 0.75% -
XYZ 23.96 12.13 12.63 -
YUV 69.75 143.95 215.19 -
System Red Green Blue C M Y K H S L
Decimal 192 2 98 0 0.99 0.49 0.25 329.68 0.98 0.38
Hex C0 2 62 0 63 31 19 14A 62 26
Octal 300 2 142 0 143 61 31 512 142 46
Binary 11000000 10 1100010 0 1100011 110001 11001 101001010 1100010 100110

Color Harmonies of #C00262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00262

Black with #C00262

Text Example


Text Example

White with #C00262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00262; }

 p { color: rgb(192,2,98); }

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

background-color css

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

 a { background-color: rgb(192,2,98); }

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

border-color css

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

 span { border-color: rgb(192,2,98); }

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