Html Css Color HEX #C3266A Cerise

📋 copy color: '#C3266A'

red 195 ◦ green 38 ◦ blue 106

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

Shades of Cerise #C3266A

Tints of Cerise #C3266A

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.21%

 BLUE value IS 106 (41.8% from 255) = 31.27%

R = 57.52%
G = 11.21%
B = 31.27%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.46

 K value IS 0.24

RGB Variations

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

Color information

#C3266A (or 0xC3266A) is known color: Cerise. HEX triplet: C3, 26 and 6A. RGB value is (195,38,106). Sum of RGB (Red+Green+Blue) = 195+38+106=339 (44% of max value = 765). Red value is 195 (76.56% from 255 or 57.52% from 339); Green value is 38 (15.23% from 255 or 11.21% from 339); Blue value is 106 (41.80% from 255 or 31.27% from 339); Max value from RGB is 195 - color contains mainly: red. Hex color #C3266A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3266A is #3CD995. Grayscale: #5C5C5C. Windows color (decimal): -3987862 or 6956739. OLE color: 6956739.

HSL color Cylindrical-coordinate representation of color #C3266A: hue angle of 334.01º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C3266A is Cyan = 0, Magento = 0.81, Yellow = 0.46 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 38 106 -
CMYK 0 0.81 0.46 0.24
HSL 334.01º 0.67% 0.46% -
HSV(B) 334.01º 0.81% 0.76% -
XYZ 25.8 14.03 14.98 -
YUV 92.7 135.51 200.97 -
System Red Green Blue C M Y K H S L
Decimal 195 38 106 0 0.81 0.46 0.24 334.01 0.67 0.46
Hex C3 26 6A 0 51 2E 18 14E 43 2E
Octal 303 46 152 0 121 56 30 516 103 56
Binary 11000011 100110 1101010 0 1010001 101110 11000 101001110 1000011 101110

Color Harmonies of #C3266A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3266A

Black with #C3266A

Text Example


Text Example

White with #C3266A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3266A; }

 p { color: rgb(195,38,106); }

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

background-color css

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

 a { background-color: rgb(195,38,106); }

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

border-color css

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

 span { border-color: rgb(195,38,106); }

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