Html Css Color HEX #C8434B Mandy

📋 copy color: '#C8434B'

red 200 ◦ green 67 ◦ blue 75

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

Shades of Mandy #C8434B

Tints of Mandy #C8434B

RGB

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

 GREEN value IS 67 (26.56% from 255) = 19.59%

 BLUE value IS 75 (29.69% from 255) = 21.93%

R = 58.48%
G = 19.59%
B = 21.93%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#C8434B (or 0xC8434B) is known color: Mandy. HEX triplet: C8, 43 and 4B. RGB value is (200,67,75). Sum of RGB (Red+Green+Blue) = 200+67+75=342 (45% of max value = 765). Red value is 200 (78.52% from 255 or 58.48% from 342); Green value is 67 (26.56% from 255 or 19.59% from 342); Blue value is 75 (29.69% from 255 or 21.93% from 342); Max value from RGB is 200 - color contains mainly: red. Hex color #C8434B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8434B is #37BCB4. Grayscale: #6B6B6B. Windows color (decimal): -3652789 or 4932552. OLE color: 4932552.

HSL color Cylindrical-coordinate representation of color #C8434B: hue angle of 356.39º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C8434B is Cyan = 0, Magento = 0.66, Yellow = 0.62 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 67 75 -
CMYK 0 0.66 0.62 0.22
HSL 356.39º 0.55% 0.52% -
HSV(B) 356.39º 0.67% 0.78% -
XYZ 27.1 16.8 8.47 -
YUV 107.68 109.56 193.85 -
System Red Green Blue C M Y K H S L
Decimal 200 67 75 0 0.66 0.62 0.22 356.39 0.55 0.52
Hex C8 43 4B 0 42 3E 16 164 37 34
Octal 310 103 113 0 102 76 26 544 67 64
Binary 11001000 1000011 1001011 0 1000010 111110 10110 101100100 110111 110100

Color Harmonies of #C8434B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8434B

Black with #C8434B

Text Example


Text Example

White with #C8434B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8434B; }

 p { color: rgb(200,67,75); }

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

background-color css

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

 a { background-color: rgb(200,67,75); }

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

border-color css

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

 span { border-color: rgb(200,67,75); }

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