Html Css Color HEX #C20167 Jazzberry Jam

📋 copy color: '#C20167'

red 194 ◦ green 1 ◦ blue 103

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

Shades of Jazzberry Jam #C20167

Tints of Jazzberry Jam #C20167

RGB

 RED value IS 194 (76.17% from 255) = 65.1%

 GREEN value IS 1 (0.78% from 255) = 0.34%

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

R = 65.1%
G = 0.34%
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

#C20167 (or 0xC20167) is known color: Jazzberry Jam. HEX triplet: C2, 01 and 67. RGB value is (194,1,103). Sum of RGB (Red+Green+Blue) = 194+1+103=298 (39% of max value = 765). Red value is 194 (76.17% from 255 or 65.10% from 298); Green value is 1 (0.78% from 255 or 0.34% from 298); Blue value is 103 (40.62% from 255 or 34.56% from 298); Max value from RGB is 194 - color contains mainly: red. Hex color #C20167 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20167 is #3DFE98. Grayscale: #464646. Windows color (decimal): -4062873 or 6750658. OLE color: 6750658.

HSL color Cylindrical-coordinate representation of color #C20167: hue angle of 328.29º degrees, saturation: 0.99, 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 #C20167 is Cyan = 0, Magento = 0.99, Yellow = 0.47 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 1 103 -
CMYK 0 0.99 0.47 0.24
HSL 328.29º 0.99% 0.38% -
HSV(B) 328.29º 0.99% 0.76% -
XYZ 24.71 12.47 13.94 -
YUV 70.34 146.44 216.21 -
System Red Green Blue C M Y K H S L
Decimal 194 1 103 0 0.99 0.47 0.24 328.29 0.99 0.38
Hex C2 1 67 0 63 2F 18 148 63 26
Octal 302 1 147 0 143 57 30 510 143 46
Binary 11000010 1 1100111 0 1100011 101111 11000 101001000 1100011 100110

Color Harmonies of #C20167

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20167

Black with #C20167

Text Example


Text Example

White with #C20167

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20167; }

 p { color: rgb(194,1,103); }

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

background-color css

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

 a { background-color: rgb(194,1,103); }

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

border-color css

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

 span { border-color: rgb(194,1,103); }

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