Html Css Color HEX #C30266 Jazzberry Jam

📋 copy color: '#C30266'

red 195 ◦ green 2 ◦ blue 102

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

Shades of Jazzberry Jam #C30266

Tints of Jazzberry Jam #C30266

RGB

 RED value IS 195 (76.56% from 255) = 65.22%

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

 BLUE value IS 102 (40.23% from 255) = 34.11%

R = 65.22%
G = 0.67%
B = 34.11%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.48

 K value IS 0.24

RGB Variations

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

Color information

#C30266 (or 0xC30266) is known color: Jazzberry Jam. HEX triplet: C3, 02 and 66. RGB value is (195,2,102). Sum of RGB (Red+Green+Blue) = 195+2+102=299 (39% of max value = 765). Red value is 195 (76.56% from 255 or 65.22% from 299); Green value is 2 (1.17% from 255 or 0.67% from 299); Blue value is 102 (40.23% from 255 or 34.11% from 299); Max value from RGB is 195 - color contains mainly: red. Hex color #C30266 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30266 is #3CFD99. Grayscale: #464646. Windows color (decimal): -3997082 or 6685379. OLE color: 6685379.

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

Color convert

RGB 195 2 102 -
CMYK 0 0.99 0.48 0.24
HSL 328.91º 0.98% 0.39% -
HSV(B) 328.91º 0.99% 0.76% -
XYZ 24.93 12.6 13.69 -
YUV 71.11 145.44 216.37 -
System Red Green Blue C M Y K H S L
Decimal 195 2 102 0 0.99 0.48 0.24 328.91 0.98 0.39
Hex C3 2 66 0 63 30 18 149 62 27
Octal 303 2 146 0 143 60 30 511 142 47
Binary 11000011 10 1100110 0 1100011 110000 11000 101001001 1100010 100111

Color Harmonies of #C30266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30266

Black with #C30266

Text Example


Text Example

White with #C30266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30266; }

 p { color: rgb(195,2,102); }

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

background-color css

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

 a { background-color: rgb(195,2,102); }

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

border-color css

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

 span { border-color: rgb(195,2,102); }

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