Html Css Color HEX #CB696A Mandy

📋 copy color: '#CB696A'

red 203 ◦ green 105 ◦ blue 106

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

Shades of Mandy #CB696A

Tints of Mandy #CB696A

RGB

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

 GREEN value IS 105 (41.41% from 255) = 25.36%

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

R = 49.03%
G = 25.36%
B = 25.6%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.48

 K value IS 0.20

RGB Variations

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

Color information

#CB696A (or 0xCB696A) is known color: Mandy. HEX triplet: CB, 69 and 6A. RGB value is (203,105,106). Sum of RGB (Red+Green+Blue) = 203+105+106=414 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.03% from 414); Green value is 105 (41.41% from 255 or 25.36% from 414); Blue value is 106 (41.80% from 255 or 25.60% from 414); Max value from RGB is 203 - color contains mainly: red. Hex color #CB696A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB696A is #349695. Grayscale: #868686. Windows color (decimal): -3446422 or 6973899. OLE color: 6973899.

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

Color convert

RGB 203 105 106 -
CMYK 0 0.48 0.48 0.20
HSL 359.39º 0.49% 0.6% -
HSV(B) 359.39º 0.48% 0.8% -
XYZ 32.28 23.84 16.54 -
YUV 134.42 111.97 176.92 -
System Red Green Blue C M Y K H S L
Decimal 203 105 106 0 0.48 0.48 0.20 359.39 0.49 0.6
Hex CB 69 6A 0 30 30 14 167 31 3C
Octal 313 151 152 0 60 60 24 547 61 74
Binary 11001011 1101001 1101010 0 110000 110000 10100 101100111 110001 111100

Color Harmonies of #CB696A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB696A

Black with #CB696A

Text Example


Text Example

White with #CB696A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB696A; }

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

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

background-color css

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

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

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

border-color css

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

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

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