Html Css Color HEX #CB686F Cabaret

📋 copy color: '#CB686F'

red 203 ◦ green 104 ◦ blue 111

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

Shades of Cabaret #CB686F

Tints of Cabaret #CB686F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 26.56%

R = 48.56%
G = 24.88%
B = 26.56%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.45

 K value IS 0.20

RGB Variations

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

Color information

#CB686F (or 0xCB686F) is known color: Cabaret. HEX triplet: CB, 68 and 6F. RGB value is (203,104,111). Sum of RGB (Red+Green+Blue) = 203+104+111=418 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.56% from 418); Green value is 104 (41.02% from 255 or 24.88% from 418); Blue value is 111 (43.75% from 255 or 26.56% from 418); Max value from RGB is 203 - color contains mainly: red. Hex color #CB686F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB686F is #349790. Grayscale: #868686. Windows color (decimal): -3446673 or 7301323. OLE color: 7301323.

HSL color Cylindrical-coordinate representation of color #CB686F: hue angle of 355.76º 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 #CB686F is Cyan = 0, Magento = 0.49, Yellow = 0.45 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 104 111 -
CMYK 0 0.49 0.45 0.20
HSL 355.76º 0.49% 0.6% -
HSV(B) 355.76º 0.49% 0.8% -
XYZ 32.45 23.74 17.91 -
YUV 134.4 114.8 176.93 -
System Red Green Blue C M Y K H S L
Decimal 203 104 111 0 0.49 0.45 0.20 355.76 0.49 0.6
Hex CB 68 6F 0 31 2D 14 164 31 3C
Octal 313 150 157 0 61 55 24 544 61 74
Binary 11001011 1101000 1101111 0 110001 101101 10100 101100100 110001 111100

Color Harmonies of #CB686F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB686F

Black with #CB686F

Text Example


Text Example

White with #CB686F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB686F; }

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

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

background-color css

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

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

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

border-color css

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

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

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