Html Css Color HEX #CB686D Cabaret

📋 copy color: '#CB686D'

red 203 ◦ green 104 ◦ blue 109

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

Shades of Cabaret #CB686D

Tints of Cabaret #CB686D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 26.2%

R = 48.8%
G = 25%
B = 26.2%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.46

 K value IS 0.20

RGB Variations

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

Color information

#CB686D (or 0xCB686D) is known color: Cabaret. HEX triplet: CB, 68 and 6D. RGB value is (203,104,109). Sum of RGB (Red+Green+Blue) = 203+104+109=416 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.80% from 416); Green value is 104 (41.02% from 255 or 25% from 416); Blue value is 109 (42.97% from 255 or 26.20% from 416); Max value from RGB is 203 - color contains mainly: red. Hex color #CB686D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB686D is #349792. Grayscale: #868686. Windows color (decimal): -3446675 or 7170251. OLE color: 7170251.

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

Color convert

RGB 203 104 109 -
CMYK 0 0.49 0.46 0.20
HSL 356.97º 0.49% 0.6% -
HSV(B) 356.97º 0.49% 0.8% -
XYZ 32.34 23.7 17.34 -
YUV 134.17 113.8 177.09 -
System Red Green Blue C M Y K H S L
Decimal 203 104 109 0 0.49 0.46 0.20 356.97 0.49 0.6
Hex CB 68 6D 0 31 2E 14 165 31 3C
Octal 313 150 155 0 61 56 24 545 61 74
Binary 11001011 1101000 1101101 0 110001 101110 10100 101100101 110001 111100

Color Harmonies of #CB686D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB686D

Black with #CB686D

Text Example


Text Example

White with #CB686D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB686D; }

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

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

background-color css

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

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

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

border-color css

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

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

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