Html Css Color HEX #CB686E Cabaret

📋 copy color: '#CB686E'

red 203 ◦ green 104 ◦ blue 110

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

Shades of Cabaret #CB686E

Tints of Cabaret #CB686E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 26.38%

R = 48.68%
G = 24.94%
B = 26.38%

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

#CB686E (or 0xCB686E) is known color: Cabaret. HEX triplet: CB, 68 and 6E. RGB value is (203,104,110). Sum of RGB (Red+Green+Blue) = 203+104+110=417 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.68% from 417); Green value is 104 (41.02% from 255 or 24.94% from 417); Blue value is 110 (43.36% from 255 or 26.38% from 417); Max value from RGB is 203 - color contains mainly: red. Hex color #CB686E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB686E is #349791. Grayscale: #868686. Windows color (decimal): -3446674 or 7235787. OLE color: 7235787.

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

Color convert

RGB 203 104 110 -
CMYK 0 0.49 0.46 0.20
HSL 356.36º 0.49% 0.6% -
HSV(B) 356.36º 0.49% 0.8% -
XYZ 32.39 23.72 17.62 -
YUV 134.29 114.3 177.01 -
System Red Green Blue C M Y K H S L
Decimal 203 104 110 0 0.49 0.46 0.20 356.36 0.49 0.6
Hex CB 68 6E 0 31 2E 14 164 31 3C
Octal 313 150 156 0 61 56 24 544 61 74
Binary 11001011 1101000 1101110 0 110001 101110 10100 101100100 110001 111100

Color Harmonies of #CB686E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB686E

Black with #CB686E

Text Example


Text Example

White with #CB686E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB686E; }

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

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

background-color css

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

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

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

border-color css

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

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

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