Html Css Color HEX #C10267 Jazzberry Jam

📋 copy color: '#C10267'

red 193 ◦ green 2 ◦ blue 103

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

Shades of Jazzberry Jam #C10267

Tints of Jazzberry Jam #C10267

RGB

 RED value IS 193 (75.78% from 255) = 64.77%

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

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

R = 64.77%
G = 0.67%
B = 34.56%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.47

 K value IS 0.24

RGB Variations

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

Color information

#C10267 (or 0xC10267) is known color: Jazzberry Jam. HEX triplet: C1, 02 and 67. RGB value is (193,2,103). Sum of RGB (Red+Green+Blue) = 193+2+103=298 (39% of max value = 765). Red value is 193 (75.78% from 255 or 64.77% from 298); Green value is 2 (1.17% from 255 or 0.67% from 298); Blue value is 103 (40.62% from 255 or 34.56% from 298); Max value from RGB is 193 - color contains mainly: red. Hex color #C10267 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C10267 is #3EFD98. Grayscale: #464646. Windows color (decimal): -4128153 or 6750913. OLE color: 6750913.

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

Color convert

RGB 193 2 103 -
CMYK 0 0.99 0.47 0.24
HSL 328.27º 0.98% 0.38% -
HSV(B) 328.27º 0.99% 0.76% -
XYZ 24.46 12.36 13.93 -
YUV 70.62 146.28 215.29 -
System Red Green Blue C M Y K H S L
Decimal 193 2 103 0 0.99 0.47 0.24 328.27 0.98 0.38
Hex C1 2 67 0 63 2F 18 148 62 26
Octal 301 2 147 0 143 57 30 510 142 46
Binary 11000001 10 1100111 0 1100011 101111 11000 101001000 1100010 100110

Color Harmonies of #C10267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10267

Black with #C10267

Text Example


Text Example

White with #C10267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10267; }

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

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

background-color css

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

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

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

border-color css

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

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

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