Html Css Color HEX #C00269 Jazzberry Jam

📋 copy color: '#C00269'

red 192 ◦ green 2 ◦ blue 105

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

Shades of Jazzberry Jam #C00269

Tints of Jazzberry Jam #C00269

RGB

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

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

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

R = 64.21%
G = 0.67%
B = 35.12%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.45

 K value IS 0.25

RGB Variations

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

Color information

#C00269 (or 0xC00269) is known color: Jazzberry Jam. HEX triplet: C0, 02 and 69. RGB value is (192,2,105). Sum of RGB (Red+Green+Blue) = 192+2+105=299 (39% of max value = 765). Red value is 192 (75.39% from 255 or 64.21% from 299); Green value is 2 (1.17% from 255 or 0.67% from 299); Blue value is 105 (41.41% from 255 or 35.12% from 299); Max value from RGB is 192 - color contains mainly: red. Hex color #C00269 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C00269 is #3FFD96. Grayscale: #464646. Windows color (decimal): -4193687 or 6881984. OLE color: 6881984.

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

Color convert

RGB 192 2 105 -
CMYK 0 0.99 0.45 0.25
HSL 327.47º 0.98% 0.38% -
HSV(B) 327.47º 0.99% 0.75% -
XYZ 24.31 12.27 14.45 -
YUV 70.55 147.45 214.62 -
System Red Green Blue C M Y K H S L
Decimal 192 2 105 0 0.99 0.45 0.25 327.47 0.98 0.38
Hex C0 2 69 0 63 2D 19 147 62 26
Octal 300 2 151 0 143 55 31 507 142 46
Binary 11000000 10 1101001 0 1100011 101101 11001 101000111 1100010 100110

Color Harmonies of #C00269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00269

Black with #C00269

Text Example


Text Example

White with #C00269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00269; }

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

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

background-color css

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

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

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

border-color css

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

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

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