Html Css Color HEX #C00462 Jazzberry Jam

📋 copy color: '#C00462'

red 192 ◦ green 4 ◦ blue 98

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

Shades of Jazzberry Jam #C00462

Tints of Jazzberry Jam #C00462

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.36%

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

R = 65.31%
G = 1.36%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.49

 K value IS 0.25

RGB Variations

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

Color information

#C00462 (or 0xC00462) is known color: Jazzberry Jam. HEX triplet: C0, 04 and 62. RGB value is (192,4,98). Sum of RGB (Red+Green+Blue) = 192+4+98=294 (38% of max value = 765). Red value is 192 (75.39% from 255 or 65.31% from 294); Green value is 4 (1.95% from 255 or 1.36% from 294); Blue value is 98 (38.67% from 255 or 33.33% from 294); Max value from RGB is 192 - color contains mainly: red. Hex color #C00462 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C00462 is #3FFB9D. Grayscale: #464646. Windows color (decimal): -4193182 or 6423744. OLE color: 6423744.

HSL color Cylindrical-coordinate representation of color #C00462: hue angle of 330º degrees, saturation: 0.96, 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 #C00462 is Cyan = 0, Magento = 0.98, Yellow = 0.49 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 4 98 -
CMYK 0 0.98 0.49 0.25
HSL 330º 0.96% 0.38% -
HSV(B) 330º 0.98% 0.75% -
XYZ 23.99 12.18 12.64 -
YUV 70.93 143.28 214.36 -
System Red Green Blue C M Y K H S L
Decimal 192 4 98 0 0.98 0.49 0.25 330 0.96 0.38
Hex C0 4 62 0 62 31 19 14A 60 26
Octal 300 4 142 0 142 61 31 512 140 46
Binary 11000000 100 1100010 0 1100010 110001 11001 101001010 1100000 100110

Color Harmonies of #C00462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00462

Black with #C00462

Text Example


Text Example

White with #C00462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00462; }

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

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

background-color css

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

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

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

border-color css

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

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

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