Html Css Color HEX #C8266A Cerise

📋 copy color: '#C8266A'

red 200 ◦ green 38 ◦ blue 106

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

Shades of Cerise #C8266A

Tints of Cerise #C8266A

RGB

 RED value IS 200 (78.52% from 255) = 58.14%

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

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

R = 58.14%
G = 11.05%
B = 30.81%

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

#C8266A (or 0xC8266A) is known color: Cerise. HEX triplet: C8, 26 and 6A. RGB value is (200,38,106). Sum of RGB (Red+Green+Blue) = 200+38+106=344 (45% of max value = 765). Red value is 200 (78.52% from 255 or 58.14% from 344); Green value is 38 (15.23% from 255 or 11.05% from 344); Blue value is 106 (41.80% from 255 or 30.81% from 344); Max value from RGB is 200 - color contains mainly: red. Hex color #C8266A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8266A is #37D995. Grayscale: #5E5E5E. Windows color (decimal): -3660182 or 6956744. OLE color: 6956744.

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

Color convert

RGB 200 38 106 -
CMYK 0 0.81 0.47 0.22
HSL 334.81º 0.68% 0.47% -
HSV(B) 334.81º 0.81% 0.78% -
XYZ 27.11 14.71 15.05 -
YUV 94.19 134.67 203.47 -
System Red Green Blue C M Y K H S L
Decimal 200 38 106 0 0.81 0.47 0.22 334.81 0.68 0.47
Hex C8 26 6A 0 51 2F 16 14F 44 2F
Octal 310 46 152 0 121 57 26 517 104 57
Binary 11001000 100110 1101010 0 1010001 101111 10110 101001111 1000100 101111

Color Harmonies of #C8266A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8266A

Black with #C8266A

Text Example


Text Example

White with #C8266A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8266A; }

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

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

background-color css

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

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

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

border-color css

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

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

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