Html Css Color HEX #C00267 Jazzberry Jam

📋 copy color: '#C00267'

red 192 ◦ green 2 ◦ blue 103

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

Shades of Jazzberry Jam #C00267

Tints of Jazzberry Jam #C00267

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 34.68%

R = 64.65%
G = 0.67%
B = 34.68%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.46

 K value IS 0.25

RGB Variations

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

Color information

#C00267 (or 0xC00267) is known color: Jazzberry Jam. HEX triplet: C0, 02 and 67. RGB value is (192,2,103). Sum of RGB (Red+Green+Blue) = 192+2+103=297 (39% of max value = 765). Red value is 192 (75.39% from 255 or 64.65% from 297); Green value is 2 (1.17% from 255 or 0.67% from 297); Blue value is 103 (40.62% from 255 or 34.68% from 297); Max value from RGB is 192 - color contains mainly: red. Hex color #C00267 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C00267 is #3FFD98. Grayscale: #464646. Windows color (decimal): -4193689 or 6750912. OLE color: 6750912.

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

Color convert

RGB 192 2 103 -
CMYK 0 0.99 0.46 0.25
HSL 328.11º 0.98% 0.38% -
HSV(B) 328.11º 0.99% 0.75% -
XYZ 24.21 12.23 13.92 -
YUV 70.32 146.45 214.79 -
System Red Green Blue C M Y K H S L
Decimal 192 2 103 0 0.99 0.46 0.25 328.11 0.98 0.38
Hex C0 2 67 0 63 2E 19 148 62 26
Octal 300 2 147 0 143 56 31 510 142 46
Binary 11000000 10 1100111 0 1100011 101110 11001 101001000 1100010 100110

Color Harmonies of #C00267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00267

Black with #C00267

Text Example


Text Example

White with #C00267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00267; }

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

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

background-color css

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

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

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

border-color css

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

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

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