Html Css Color HEX #C8296B Cerise

📋 copy color: '#C8296B'

red 200 ◦ green 41 ◦ blue 107

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

Shades of Cerise #C8296B

Tints of Cerise #C8296B

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.78%

 BLUE value IS 107 (42.19% from 255) = 30.75%

R = 57.47%
G = 11.78%
B = 30.75%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.46

 K value IS 0.22

RGB Variations

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

Color information

#C8296B (or 0xC8296B) is known color: Cerise. HEX triplet: C8, 29 and 6B. RGB value is (200,41,107). Sum of RGB (Red+Green+Blue) = 200+41+107=348 (46% of max value = 765). Red value is 200 (78.52% from 255 or 57.47% from 348); Green value is 41 (16.41% from 255 or 11.78% from 348); Blue value is 107 (42.19% from 255 or 30.75% from 348); Max value from RGB is 200 - color contains mainly: red. Hex color #C8296B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8296B is #37D694. Grayscale: #5F5F5F. Windows color (decimal): -3659413 or 7023048. OLE color: 7023048.

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

Color convert

RGB 200 41 107 -
CMYK 0 0.80 0.46 0.22
HSL 335.09º 0.66% 0.47% -
HSV(B) 335.09º 0.8% 0.78% -
XYZ 27.27 14.93 15.35 -
YUV 96.07 134.18 202.13 -
System Red Green Blue C M Y K H S L
Decimal 200 41 107 0 0.80 0.46 0.22 335.09 0.66 0.47
Hex C8 29 6B 0 50 2E 16 14F 42 2F
Octal 310 51 153 0 120 56 26 517 102 57
Binary 11001000 101001 1101011 0 1010000 101110 10110 101001111 1000010 101111

Color Harmonies of #C8296B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8296B

Black with #C8296B

Text Example


Text Example

White with #C8296B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8296B; }

 p { color: rgb(200,41,107); }

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

background-color css

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

 a { background-color: rgb(200,41,107); }

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

border-color css

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

 span { border-color: rgb(200,41,107); }

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