Html Css Color HEX #CB686C Cabaret

📋 copy color: '#CB686C'

red 203 ◦ green 104 ◦ blue 108

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

Shades of Cabaret #CB686C

Tints of Cabaret #CB686C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 26.02%

R = 48.92%
G = 25.06%
B = 26.02%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.47

 K value IS 0.20

RGB Variations

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

Color information

#CB686C (or 0xCB686C) is known color: Cabaret. HEX triplet: CB, 68 and 6C. RGB value is (203,104,108). Sum of RGB (Red+Green+Blue) = 203+104+108=415 (54% of max value = 765). Red value is 203 (79.69% from 255 or 48.92% from 415); Green value is 104 (41.02% from 255 or 25.06% from 415); Blue value is 108 (42.58% from 255 or 26.02% from 415); Max value from RGB is 203 - color contains mainly: red. Hex color #CB686C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB686C is #349793. Grayscale: #868686. Windows color (decimal): -3446676 or 7104715. OLE color: 7104715.

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

Color convert

RGB 203 104 108 -
CMYK 0 0.49 0.47 0.20
HSL 357.58º 0.49% 0.6% -
HSV(B) 357.58º 0.49% 0.8% -
XYZ 32.29 23.68 17.06 -
YUV 134.06 113.3 177.17 -
System Red Green Blue C M Y K H S L
Decimal 203 104 108 0 0.49 0.47 0.20 357.58 0.49 0.6
Hex CB 68 6C 0 31 2F 14 166 31 3C
Octal 313 150 154 0 61 57 24 546 61 74
Binary 11001011 1101000 1101100 0 110001 101111 10100 101100110 110001 111100

Color Harmonies of #CB686C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB686C

Black with #CB686C

Text Example


Text Example

White with #CB686C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB686C; }

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

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

background-color css

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

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

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

border-color css

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

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

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