Html Css Color HEX #C6434B Mandy

📋 copy color: '#C6434B'

red 198 ◦ green 67 ◦ blue 75

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

Shades of Mandy #C6434B

Tints of Mandy #C6434B

RGB

 RED value IS 198 (77.73% from 255) = 58.24%

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

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

R = 58.24%
G = 19.71%
B = 22.06%

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

#C6434B (or 0xC6434B) is known color: Mandy. HEX triplet: C6, 43 and 4B. RGB value is (198,67,75). Sum of RGB (Red+Green+Blue) = 198+67+75=340 (45% of max value = 765). Red value is 198 (77.73% from 255 or 58.24% from 340); Green value is 67 (26.56% from 255 or 19.71% from 340); Blue value is 75 (29.69% from 255 or 22.06% from 340); Max value from RGB is 198 - color contains mainly: red. Hex color #C6434B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6434B is #39BCB4. Grayscale: #6B6B6B. Windows color (decimal): -3783861 or 4932550. OLE color: 4932550.

HSL color Cylindrical-coordinate representation of color #C6434B: hue angle of 356.34º degrees, saturation: 0.53, 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 #C6434B is Cyan = 0, Magento = 0.66, Yellow = 0.62 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 67 75 -
CMYK 0 0.66 0.62 0.22
HSL 356.34º 0.53% 0.52% -
HSV(B) 356.34º 0.66% 0.78% -
XYZ 26.57 16.53 8.45 -
YUV 107.08 109.9 192.85 -
System Red Green Blue C M Y K H S L
Decimal 198 67 75 0 0.66 0.62 0.22 356.34 0.53 0.52
Hex C6 43 4B 0 42 3E 16 164 35 34
Octal 306 103 113 0 102 76 26 544 65 64
Binary 11000110 1000011 1001011 0 1000010 111110 10110 101100100 110101 110100

Color Harmonies of #C6434B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6434B

Black with #C6434B

Text Example


Text Example

White with #C6434B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6434B; }

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

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

background-color css

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

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

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

border-color css

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

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

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