Html Css Color HEX #CB686A Mandy

📋 copy color: '#CB686A'

red 203 ◦ green 104 ◦ blue 106

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

Shades of Mandy #CB686A

Tints of Mandy #CB686A

RGB

 RED value IS 203 (79.69% from 255) = 49.15%

 GREEN value IS 104 (41.02% from 255) = 25.18%

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

R = 49.15%
G = 25.18%
B = 25.67%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.48

 K value IS 0.20

RGB Variations

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

Color information

#CB686A (or 0xCB686A) is known color: Mandy. HEX triplet: CB, 68 and 6A. RGB value is (203,104,106). Sum of RGB (Red+Green+Blue) = 203+104+106=413 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.15% from 413); Green value is 104 (41.02% from 255 or 25.18% from 413); Blue value is 106 (41.80% from 255 or 25.67% from 413); Max value from RGB is 203 - color contains mainly: red. Hex color #CB686A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB686A is #349795. Grayscale: #858585. Windows color (decimal): -3446678 or 6973643. OLE color: 6973643.

HSL color Cylindrical-coordinate representation of color #CB686A: hue angle of 358.79º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CB686A is Cyan = 0, Magento = 0.49, Yellow = 0.48 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 104 106 -
CMYK 0 0.49 0.48 0.20
HSL 358.79º 0.49% 0.6% -
HSV(B) 358.79º 0.49% 0.8% -
XYZ 32.18 23.64 16.5 -
YUV 133.83 112.3 177.34 -
System Red Green Blue C M Y K H S L
Decimal 203 104 106 0 0.49 0.48 0.20 358.79 0.49 0.6
Hex CB 68 6A 0 31 30 14 167 31 3C
Octal 313 150 152 0 61 60 24 547 61 74
Binary 11001011 1101000 1101010 0 110001 110000 10100 101100111 110001 111100

Color Harmonies of #CB686A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB686A

Black with #CB686A

Text Example


Text Example

White with #CB686A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB686A; }

 p { color: rgb(203,104,106); }

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

background-color css

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

 a { background-color: rgb(203,104,106); }

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

border-color css

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

 span { border-color: rgb(203,104,106); }

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