Html Css Color HEX #C7266A Cerise

📋 copy color: '#C7266A'

red 199 ◦ green 38 ◦ blue 106

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

Shades of Cerise #C7266A

Tints of Cerise #C7266A

RGB

 RED value IS 199 (78.13% from 255) = 58.02%

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

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

R = 58.02%
G = 11.08%
B = 30.9%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.47

 K value IS 0.22

RGB Variations

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

Color information

#C7266A (or 0xC7266A) is known color: Cerise. HEX triplet: C7, 26 and 6A. RGB value is (199,38,106). Sum of RGB (Red+Green+Blue) = 199+38+106=343 (45% of max value = 765). Red value is 199 (78.12% from 255 or 58.02% from 343); Green value is 38 (15.23% from 255 or 11.08% from 343); Blue value is 106 (41.80% from 255 or 30.90% from 343); Max value from RGB is 199 - color contains mainly: red. Hex color #C7266A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7266A is #38D995. Grayscale: #5D5D5D. Windows color (decimal): -3725718 or 6956743. OLE color: 6956743.

HSL color Cylindrical-coordinate representation of color #C7266A: hue angle of 334.66º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C7266A is Cyan = 0, Magento = 0.81, Yellow = 0.47 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 38 106 -
CMYK 0 0.81 0.47 0.22
HSL 334.66º 0.68% 0.46% -
HSV(B) 334.66º 0.81% 0.78% -
XYZ 26.85 14.57 15.03 -
YUV 93.89 134.84 202.97 -
System Red Green Blue C M Y K H S L
Decimal 199 38 106 0 0.81 0.47 0.22 334.66 0.68 0.46
Hex C7 26 6A 0 51 2F 16 14F 44 2E
Octal 307 46 152 0 121 57 26 517 104 56
Binary 11000111 100110 1101010 0 1010001 101111 10110 101001111 1000100 101110

Color Harmonies of #C7266A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7266A

Black with #C7266A

Text Example


Text Example

White with #C7266A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7266A; }

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

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

background-color css

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

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

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

border-color css

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

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

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