Html Css Color HEX #C00669 Jazzberry Jam

📋 copy color: '#C00669'

red 192 ◦ green 6 ◦ blue 105

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

Shades of Jazzberry Jam #C00669

Tints of Jazzberry Jam #C00669

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 34.65%

R = 63.37%
G = 1.98%
B = 34.65%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.45

 K value IS 0.25

RGB Variations

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

Color information

#C00669 (or 0xC00669) is known color: Jazzberry Jam. HEX triplet: C0, 06 and 69. RGB value is (192,6,105). Sum of RGB (Red+Green+Blue) = 192+6+105=303 (40% of max value = 765). Red value is 192 (75.39% from 255 or 63.37% from 303); Green value is 6 (2.73% from 255 or 1.98% from 303); Blue value is 105 (41.41% from 255 or 34.65% from 303); Max value from RGB is 192 - color contains mainly: red. Hex color #C00669 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C00669 is #3FF996. Grayscale: #484848. Windows color (decimal): -4192663 or 6883008. OLE color: 6883008.

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

Color convert

RGB 192 6 105 -
CMYK 0 0.97 0.45 0.25
HSL 328.06º 0.94% 0.39% -
HSV(B) 328.06º 0.97% 0.75% -
XYZ 24.35 12.36 14.47 -
YUV 72.9 146.12 212.95 -
System Red Green Blue C M Y K H S L
Decimal 192 6 105 0 0.97 0.45 0.25 328.06 0.94 0.39
Hex C0 6 69 0 61 2D 19 148 5E 27
Octal 300 6 151 0 141 55 31 510 136 47
Binary 11000000 110 1101001 0 1100001 101101 11001 101001000 1011110 100111

Color Harmonies of #C00669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00669

Black with #C00669

Text Example


Text Example

White with #C00669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00669; }

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

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

background-color css

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

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

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

border-color css

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

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

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